Move charts to chart directory
This commit is contained in:
12
charts/user-monitoring-demo/templates/demo-rolebinding.yaml
Normal file
12
charts/user-monitoring-demo/templates/demo-rolebinding.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: prometheus
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: prometheus-{{ .Values.user }}
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: prometheus-{{ .Values.user }}
|
||||
namespace: {{ .Values.user }}-monitoring
|
||||
Reference in New Issue
Block a user