We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c763 commit 5f4e20dCopy full SHA for 5f4e20d
internal/resources/openshift.go
@@ -41,7 +41,7 @@ const (
41
42
// OpenShiftManager is used to manage OpenShift's related resources: SCC,
43
// ServiceAccount (if not exists) and enable Role and RoleBinding referencing
44
-// to OpenShift's 'anyuid' SCC.
+// to OpenShift's 'samba' SCC.
45
type OpenShiftManager struct {
46
client rtclient.Client
47
logger logr.Logger
@@ -419,7 +419,7 @@ func (m *OpenShiftManager) getOrCreateSCCRole(
419
// TODO: ask John if he prefers import openshift for those vals
420
APIGroups: []string{"security.openshift.io"},
421
Resources: []string{"securitycontextconstraints"},
422
- ResourceNames: []string{"anyuid"},
+ ResourceNames: []string{"samba"},
423
Verbs: []string{"use"},
424
},
425
0 commit comments