Release version 0.2.0
This commit is contained in:
8
charts/user-monitoring/templates/_user-prom-sa.yaml
Normal file
8
charts/user-monitoring/templates/_user-prom-sa.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- define "prometheus.sa" }}
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: prometheus-{{ .Values.user }}
|
||||
name: prometheus-{{ .Values.user }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user