feat(argocd-notifications): Add securityContext (#644)
Signed-off-by: 1Psy <41047934+1Psy@users.noreply.github.com>
This commit is contained in:
parent
5955a3bef8
commit
abcd61717f
3 changed files with 14 additions and 3 deletions
|
|
@ -65,6 +65,13 @@ notifiers:
|
|||
|
||||
podAnnotations: {}
|
||||
|
||||
## Pod Security Context
|
||||
securityContext:
|
||||
runAsNonRoot: true
|
||||
|
||||
## Container Security Context
|
||||
containerSecurityContext: {}
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue