Skip to content

Commit

Permalink
[#14638] Reloader security context
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyam Azad authored and ashish1099 committed Oct 9, 2023
1 parent 8061987 commit a69e7fe
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 a69e7fe

Please sign in to comment.