allow to set pod annotations (#24)

This commit is contained in:
Max
2021-11-09 12:39:36 +01:00
committed by GitHub
parent 7b19143d6f
commit c8ae94a062
2 changed files with 5 additions and 0 deletions

View File

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

View File

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