Skip to content

Commit

Permalink
Merge branch 'reloader-security-context' into 'master'
Browse files Browse the repository at this point in the history
[#14638] Reloader security context

See merge request kubernetes/k8id!1035
  • Loading branch information
ashish1099 committed Oct 9, 2023
2 parents d372748 + a69e7fe commit 6afc973
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions argocd-helm-charts/reloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ reloader:
reloadOnCreate: true
serviceMonitor:
enabled: true
deployment:
containerSecurityContext:
capabilities:
drop:
- ALL
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
seccompProfile:
type: RuntimeDefault

0 comments on commit 6afc973

Please sign in to comment.