From f4aa5dc574c361d649263f933103556043225a36 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 6 Feb 2019 14:43:24 -0600 Subject: [PATCH] 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 --- ceph-rgw/templates/job-rgw-storage-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-rgw/templates/job-rgw-storage-init.yaml b/ceph-rgw/templates/job-rgw-storage-init.yaml index 0945d3bc0..bd382aeb2 100644 --- a/ceph-rgw/templates/job-rgw-storage-init.yaml +++ b/ceph-rgw/templates/job-rgw-storage-init.yaml @@ -56,7 +56,7 @@ spec: template: metadata: 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: serviceAccountName: {{ $serviceAccountName }} restartPolicy: OnFailure