Files
chart/templates/serviceaccount.yaml
Konstantin Grachev 1b29710513
Some checks failed
continuous-integration/drone/push Build is failing
initial
2023-02-28 20:47:48 +03:00

13 lines
322 B
YAML

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