netflux-kubernetes/deploy/base/charts/grafana/templates/tests/test-serviceaccount.yaml

10 lines
299 B
YAML
Raw Normal View History

2022-05-09 03:35:45 +00:00
{{- if and .Values.testFramework.enabled .Values.serviceAccount.create }}
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
{{- include "grafana.labels" . | nindent 4 }}
name: {{ template "grafana.serviceAccountNameTest" . }}
namespace: {{ template "grafana.namespace" . }}
{{- end }}