add nginx resources

This commit is contained in:
ducoterra
2021-05-20 15:10:54 -04:00
parent fbe284211d
commit 95f5419d09
5 changed files with 45 additions and 14 deletions

View File

@@ -10,4 +10,17 @@ subjects:
roleRef:
kind: Role
name: namespace-manager
apiGroup: ""
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: ""