Skip to content

Commit

Permalink
Merge pull request #198 from redhatrises/fix_manager_perms
Browse files Browse the repository at this point in the history
Remove controller-manager uid and gid settings
  • Loading branch information
isimluk authored Mar 14, 2022
2 parents 38f1d66 + 6758072 commit 8c18574
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions bundle/manifests/falcon-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,7 @@ spec:
- ALL
privileged: false
securityContext:
fsGroup: 65532
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
serviceAccountName: falcon-operator-controller-manager
terminationGracePeriodSeconds: 10
permissions:
Expand Down
4 changes: 0 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ spec:
spec:
securityContext:
runAsNonRoot: true
runAsGroup: 65532
runAsUser: 65532
fsGroup: 65532
runAsNonRoot: true
containers:
- command:
- /manager
Expand Down

0 comments on commit 8c18574

Please sign in to comment.