Support setting podannotations

Fixes #23
This commit is contained in:
Ask Bjørn Hansen
2020-06-05 00:06:16 -07:00
parent 18a7e0edb0
commit de5bebb4c1
3 changed files with 7 additions and 2 deletions

View File

@ -17,6 +17,10 @@ spec:
metadata:
labels:
app: {{ template "fullname" . }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
containers:
{{ include "gitea" . | indent 6 }}