Skip to content

Commit

Permalink
Merge pull request #743 from JAORMX/add-infra
Browse files Browse the repository at this point in the history
Add "infrastructure" to resources we always fetch
  • Loading branch information
openshift-merge-robot authored Oct 28, 2021
2 parents 143b914 + 8a481ae commit 441faa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/manager/scap.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ func (c *scapContentDataStream) FigureResources(profile string) error {
ObjPath: "/apis/config.openshift.io/v1/clusteroperators/openshift-apiserver",
DumpPath: "/apis/config.openshift.io/v1/clusteroperators/openshift-apiserver",
},
{
ObjPath: "/apis/config.openshift.io/v1/infrastructures/cluster",
DumpPath: "/apis/config.openshift.io/v1/infrastructures/cluster",
},
}
effectiveProfile := profile

Expand Down

0 comments on commit 441faa0

Please sign in to comment.