diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 839ec24..4dba76a 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -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 }} diff --git a/helm/values.yaml b/helm/values.yaml index 981a153..d125a61 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -93,6 +93,8 @@ tolerations: [] affinity: {} +podAnnotations: {} + persistence: enabled: true # storageClassName: "-"