Grafana: Add container security context
This adds the container security context to grafana, which explicitly sets allowPrivilegeEscalation to false Change-Id: I3723a0c96699b9a517dafa2df08bf8cc916bf117
This commit is contained in:
parent
680f920312
commit
bf5840fa7a
@ -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