move charts to charts dir

This commit is contained in:
ducoterra
2021-08-25 21:21:03 -04:00
parent ec636bada9
commit 1dcd5e0246
18 changed files with 7 additions and 8 deletions

View File

@@ -0,0 +1,26 @@
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: namespace-manager
namespace: {{ .Release.Name }}
subjects:
- kind: User
name: {{ .Values.user }}
apiGroup: ""
roleRef:
kind: Role
name: namespace-manager
apiGroup: ""
# ---
# kind: ClusterRoleBinding
# apiVersion: rbac.authorization.k8s.io/v1
# metadata:
# name: user-readonly
# subjects:
# - kind: User
# name: {{ .Values.user }}
# apiGroup: ""
# roleRef:
# kind: ClusterRole
# name: user-readonly
# apiGroup: ""