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:
parent
ddfc940afe
commit
0692712681
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user