Merge "Grafana: Add container security context"

This commit is contained in:
Zuul 2019-01-07 19:40:22 +00:00 committed by Gerrit Code Review
commit 1c87af7856
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ spec:
- name: grafana
{{ tuple $envAll "grafana" | include "helm-toolkit.snippets.image" | indent 10 }}
{{ tuple $envAll $envAll.Values.pod.resources.grafana | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
securityContext:
allowPrivilegeEscalation: false
command:
- /tmp/grafana.sh
- start