Skip to content

Commit

Permalink
update manager configuration to be in line with CAPI for security con…
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
AshleyDumaine committed Aug 7, 2024
1 parent 47c04ae commit e51a63f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bootstrap/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ spec:
capabilities:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
privileged: false
runAsUser: 65532
runAsGroup: 65532
terminationGracePeriodSeconds: 10
serviceAccountName: manager
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault

0 comments on commit e51a63f

Please sign in to comment.