Skip to content

Commit

Permalink
react to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezl committed Apr 24, 2024
1 parent a08a5f2 commit 90cae15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (o *RunCollectDiskCertificatesOptions) Run(ctx context.Context) error {
certgraphanalysis.SkipRevisionedLocations,
certgraphanalysis.StripTimestamps,
certgraphanalysis.StripRootFSMountPoint(o.RootFSMountpoint),
certgraphanalysis.RewriteNodeNames(masters))
certgraphanalysis.RewriteNodeIPs(masters))
if err != nil {
errs = append(errs, fmt.Errorf("%s: %s", srcDir, err))
}
Expand Down
2 changes: 1 addition & 1 deletion test/extended/operators/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func gatherCertsFromPlatformNamespaces(ctx context.Context, kubeClient kubernete
certgraphanalysis.SkipRevisioned,
certgraphanalysis.SkipHashed,
certgraphanalysis.ElideProxyCADetails,
certgraphanalysis.RewriteNodeNames(masters),
certgraphanalysis.RewriteNodeIPs(masters),
certgraphanalysis.CollectAnnotations(annotationsToCollect...),
)
}
Expand Down

0 comments on commit 90cae15

Please sign in to comment.