allow to set pod annotations (#17)

This commit is contained in:
Max
2021-11-09 12:39:26 +01:00
committed by GitHub
parent b995275c85
commit 758241cef9
2 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ spec:
metadata:
annotations:
checksum/config: {{ include "owfms.config" . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "owfms.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}

View File

@@ -93,6 +93,8 @@ tolerations: []
affinity: {}
podAnnotations: {}
persistence:
enabled: true
# storageClassName: "-"