allow to set pod annotations

This commit is contained in:
Max Brenner
2021-11-05 14:43:14 +01:00
parent c7bb51e73f
commit cef65da7d8
2 changed files with 5 additions and 0 deletions

View File

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

View File

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