mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 19:04:39 +00:00
Add helm_cli & helm_cli_info
This commit is contained in:
@@ -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 }}"
|
||||
6
molecule/default/roles/helm/templates/tiller-sa.yml
Normal file
6
molecule/default/roles/helm/templates/tiller-sa.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
kind: ServiceAccount
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: tiller
|
||||
namespace: "{{ tiller_namespace }}"
|
||||
Reference in New Issue
Block a user