Release version 0.2.0

This commit is contained in:
Raffael H
2023-08-10 14:49:17 +02:00
parent d6a569fa0a
commit 68df02b47a
27 changed files with 123 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{{- define "prometheus.rolebinding" }}
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
app.kubernetes.io/name: prometheus
name: prometheus
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: prometheus-{{ .Values.user }}
subjects:
- kind: ServiceAccount
name: prometheus-{{ .Values.user }}
{{- end }}