mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 04:08:02 +03:00
Add option to change the Tiller Deployment namespace.
This commit is contained in:
8
roles/kubernetes-apps/helm/templates/tiller-sa.yml.j2
Normal file
8
roles/kubernetes-apps/helm/templates/tiller-sa.yml.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: tiller
|
||||
namespace: {{ tiller_namespace }}
|
||||
labels:
|
||||
kubernetes.io/cluster-service: "true"
|
||||
Reference in New Issue
Block a user