initial
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-28 20:47:48 +03:00
commit 1b29710513
14 changed files with 689 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{- 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 }}