Files
Schulung_Docker_k8s/traefik/web-helm/templates/serviceaccount.yaml

13 lines
322 B
YAML
Executable File

{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "web-helm.serviceAccountName" . }}
labels:
{{- include "web-helm.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}