Skip to content

Commit 7e5d57a

Browse files
Merge pull request #500 from perdasilva/renable_psa_plugin
OCPBUGS-15737: Re-enable psa plugin
2 parents dd3cc9c + 1069c89 commit 7e5d57a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

staging/operator-lifecycle-manager/pkg/controller/operators/olm/downstream_plugins.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ func init() {
88
operatorPlugInFactoryFuncs = plugins.OperatorPlugInFactoryMap{
99
// labels unlabeled non-payload openshift-* csv namespaces with
1010
// security.openshift.io/scc.podSecurityLabelSync: true
11-
// TODO: once PSA is enabled downstream, uncomment next line to enable plugin
12-
// CsvLabelerPluginId: plugins.NewCsvNamespaceLabelerPluginFunc,
11+
CsvLabelerPluginId: plugins.NewCsvNamespaceLabelerPluginFunc,
1312
}
1413
}
1514

vendor/github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm/downstream_plugins.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)