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:
Steve Wilkerson 2018-01-30 19:57:11 -06:00
parent 1fa00dec4a
commit b15d0ed0d2

View File

@ -62,7 +62,7 @@ spec:
- "nobody:"
- /var/lib/alertmanager/data
volumeMounts:
- name: storage
- name: alertmanager-data
mountPath: /var/lib/alertmanager/data
containers:
- name: alertmanager