Ceph-RGW: Update storage-init job application labels
This changes the application label for the ceph-rgw storage init job to 'ceph' to match the other jobs defined for the chart, rather than use 'ceph-rgw' Change-Id: Ia0b679567161e91241250f0c250d24a45c5ebb92
This commit is contained in:
parent
87de515727
commit
f4aa5dc574
@ -56,7 +56,7 @@ spec:
|
|||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
{{ tuple $envAll "ceph-rgw" "rgw-storage-init" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
{{ tuple $envAll "ceph" "rgw-storage-init" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ $serviceAccountName }}
|
serviceAccountName: {{ $serviceAccountName }}
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
|
Loading…
Reference in New Issue
Block a user