Fixing typo in job-create-internal-tenant template

Change-Id: I61a8fd59a1d1d3056414611cb50ddd3e718539f5
This commit is contained in:
Oleh Hryhorov 2019-07-15 16:46:32 +03:00
parent b81eda1410
commit 69ac8dfde8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ limitations under the License.
{{- $serviceUserPretty := $serviceUser | replace "_" "-" -}}
{{- $serviceAccountName := printf "%s-%s" $serviceUserPretty "create-internal-tenant" }}
{{ tuple $envAll "create-internal-tenant" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
{{ tuple $envAll "create_internal_tenant" $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }}
---
apiVersion: batch/v1
kind: Job