Prometheus-Alertmanager: Fix permisions for PVC
This PS fixes the permisions for the PVC backing Prometheus-Alertmanager Change-Id: I8cfb2b999c1f2add9c1647238603c3940ef0bc0a
This commit is contained in:
parent
f59d3b0011
commit
666f7de6a1
@ -51,6 +51,19 @@ spec:
|
||||
terminationGracePeriodSeconds: {{ .Values.pod.lifecycle.termination_grace_period.alertmanager.timeout | default "30" }}
|
||||
initContainers:
|
||||
{{ tuple $envAll .Values.pod_dependency list | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }}
|
||||
- name: alertmanager-perms
|
||||
{{ tuple $envAll "alertmanager" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.alertmanager | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
command:
|
||||
- chown
|
||||
- -R
|
||||
- "nobody:"
|
||||
- /var/lib/alertmanager/data
|
||||
volumeMounts:
|
||||
- name: storage
|
||||
mountPath: /var/lib/alertmanager/data
|
||||
containers:
|
||||
- name: alertmanager
|
||||
{{ tuple $envAll "alertmanager" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user