Add helm_cli & helm_cli_info

This commit is contained in:
LucasBoisserie
2020-03-17 16:16:58 +01:00
parent dd8b7162b1
commit 720326ebb4
17 changed files with 1266 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: tiller
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: "{{ tiller_cluster_role }}"
subjects:
- kind: ServiceAccount
name: tiller
namespace: "{{ tiller_namespace }}"

View File

@@ -0,0 +1,6 @@
---
kind: ServiceAccount
apiVersion: v1
metadata:
name: tiller
namespace: "{{ tiller_namespace }}"