Skip to content
Snippets Groups Projects
Unverified Commit 79b7f0d5 authored by David Louks's avatar David Louks Committed by GitHub
Browse files

Use existing variable for tiller service account name (#6829)

* Use existing variable for tiller service account name

* keep crb as tiller
parent d25aebda
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ metadata:
namespace: {{ tiller_namespace }}
subjects:
- kind: ServiceAccount
name: tiller
name: {{ tiller_service_account }}
namespace: {{ tiller_namespace }}
roleRef:
kind: ClusterRole
......@@ -20,7 +20,7 @@ metadata:
name: psp:tiller
subjects:
- kind: ServiceAccount
name: tiller
name: {{ tiller_service_account }}
namespace: {{ tiller_namespace }}
roleRef:
apiGroup: rbac.authorization.k8s.io
......
......@@ -2,5 +2,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
name: {{ tiller_service_account }}
namespace: {{ tiller_namespace }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment