Skip to content

Commit 1069c89

Browse files
author
Per Goncalves da Silva
committed
re-enable csv/namespace labeler plug-in for PSA
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent dd3cc9c commit 1069c89

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)