Cinder: Add missing service account to helm test pod

This PS adds the service account to the helm test pod.

Change-Id: I2c9859a9d91d0da829514ef906e114dda549c077
This commit is contained in:
portdirect 2018-01-12 01:37:43 -05:00 committed by Pete Birley
parent ddfc940afe
commit 0692712681

View File

@ -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: