Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Remove runAsNonRoot duplication
Browse files Browse the repository at this point in the history
It is already in the pod template

Co-authored-by: Danail Branekov <[email protected]>
  • Loading branch information
Kieron Browne and danail-branekov committed Jun 27, 2022
1 parent 2190cec commit f129c2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deployment/helm/templates/core/controller-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ spec:
spec:
dnsPolicy: ClusterFirst
serviceAccountName: eirini-controller
securityContext:
runAsNonRoot: true
containers:
- name: eirini-controller
image: {{ .Values.images.eirini_controller }}
Expand Down

0 comments on commit f129c2d

Please sign in to comment.