Skip to content

Commit d839b37

Browse files
committed
Update OCMO manifest to be in sync with others
1 parent b252943 commit d839b37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manifests/09_deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ spec:
2626
hostUsers: false
2727
securityContext:
2828
runAsNonRoot: true
29-
runAsUser: 65534
29+
runAsUser: 1000
30+
runAsGroup: 1000
31+
fsGroup: 1000
3032
seccompProfile:
3133
type: RuntimeDefault
3234
serviceAccountName: openshift-controller-manager-operator

0 commit comments

Comments
 (0)