Add tiller service account
- Create the 'tiller' service account - Apply a cluster-admin role binding to this tiller Change-Id: I0b8430bcbd76bff46ea57803d2c9d535c5301e2d
This commit is contained in:
parent
1a9d2e747a
commit
06dfbb0584
@ -13,7 +13,12 @@ limitations under the License.
|
||||
*/}}
|
||||
|
||||
{{- if .Values.manifests.rbac }}
|
||||
{{- $envAll := . }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: tiller
|
||||
namespace: {{ .Release.Namespace }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: ClusterRoleBinding
|
||||
|
Loading…
x
Reference in New Issue
Block a user