feat(argocd-notifications): Add securityContext (#644)

Signed-off-by: 1Psy <41047934+1Psy@users.noreply.github.com>
This commit is contained in:
Sergey 2021-04-21 18:45:05 +03:00 committed by GitHub
parent 5955a3bef8
commit abcd61717f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View file

@ -65,6 +65,13 @@ notifiers:
podAnnotations: {}
## Pod Security Context
securityContext:
runAsNonRoot: true
## Container Security Context
containerSecurityContext: {}
resources: {}
# limits:
# cpu: 100m