Merge "Grafana: Add container security context"
This commit is contained in:
commit
1c87af7856
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user