From 15218920dbbaa0ee9400a30be7926f7e4885463f Mon Sep 17 00:00:00 2001 From: shanxua Date: Wed, 15 Aug 2018 09:02:20 -0500 Subject: [PATCH] fixed _helper.tpl on the fork, set default serviceaccount name to use release name --- docs/k8s/helm/local/zalenium/templates/role-binding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/k8s/helm/local/zalenium/templates/role-binding.yaml b/docs/k8s/helm/local/zalenium/templates/role-binding.yaml index 1b06bcfa98..7832d7dbf9 100644 --- a/docs/k8s/helm/local/zalenium/templates/role-binding.yaml +++ b/docs/k8s/helm/local/zalenium/templates/role-binding.yaml @@ -11,7 +11,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: {{ if .Values.rbac.clusterWideAccess }}"ClusterRole"{{ else }}"Role"{{ end }} - name: {{ template "fullname" . }} + name: {{ template "zalenium.fullname" . }} subjects: - kind: ServiceAccount name: {{ template "zalenium.serviceAccount" . }}