From 0692712681ebc323acfb01b8e854f6c3ad5e4c1c Mon Sep 17 00:00:00 2001 From: portdirect Date: Fri, 12 Jan 2018 01:37:43 -0500 Subject: [PATCH] Cinder: Add missing service account to helm test pod This PS adds the service account to the helm test pod. Change-Id: I2c9859a9d91d0da829514ef906e114dda549c077 --- cinder/templates/pod-rally-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cinder/templates/pod-rally-test.yaml b/cinder/templates/pod-rally-test.yaml index dbd368fe8a..4670abbf90 100644 --- a/cinder/templates/pod-rally-test.yaml +++ b/cinder/templates/pod-rally-test.yaml @@ -32,6 +32,7 @@ metadata: "helm.sh/hook": test-success spec: restartPolicy: Never + serviceAccountName: {{ $serviceAccountName }} initContainers: {{ tuple $envAll $dependencies $mounts_cinder_tests_init | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 4 }} containers: