Merge pull request #60 from Telecominfraproject/WIFI-5407-add-pod-annotations

allow to set pod annotations
This commit is contained in:
Stephane Bourque
2021-11-06 23:17:30 -07:00
committed by GitHub
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: "-"