Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 9bbdbb4

Browse files
author
Ricardo Osorio
authored
Update operator base manifest to run as user (#156)
The user is the same as the one specified in the Dockerfile Fixes: https://ondat.atlassian.net/browse/FEED-257
1 parent 3933349 commit 9bbdbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
spec:
2727
serviceAccountName: storageos-operator
2828
securityContext:
29-
runAsNonRoot: true
29+
runAsUser: 65532
3030
containers:
3131
- command:
3232
- /manager

0 commit comments

Comments
 (0)