Merge "Grafana: Add container security context"
This commit is contained in:
commit
1c87af7856
@ -54,6 +54,8 @@ spec:
|
|||||||
- name: grafana
|
- name: grafana
|
||||||
{{ tuple $envAll "grafana" | include "helm-toolkit.snippets.image" | indent 10 }}
|
{{ 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 }}
|
{{ tuple $envAll $envAll.Values.pod.resources.grafana | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||||
|
securityContext:
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
command:
|
command:
|
||||||
- /tmp/grafana.sh
|
- /tmp/grafana.sh
|
||||||
- start
|
- start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user