Fix alertmanager volumemount
The volume mount name for the permissions init container was overlooked when the PVC for alertmanager was removed and the volume renamed. This changes the mount appropriately Change-Id: I5db6594a3192ec78354e5f3d3d41e96317488664
This commit is contained in:
parent
1fa00dec4a
commit
b15d0ed0d2
@ -62,7 +62,7 @@ spec:
|
||||
- "nobody:"
|
||||
- /var/lib/alertmanager/data
|
||||
volumeMounts:
|
||||
- name: storage
|
||||
- name: alertmanager-data
|
||||
mountPath: /var/lib/alertmanager/data
|
||||
containers:
|
||||
- name: alertmanager
|
||||
|
Loading…
x
Reference in New Issue
Block a user