Starting to fiddle with synapse I found you chart, great work. Had to clone it though cause it's missing something essential for me: spec: template: metadata: annotations: {{- if .Values.podAnnotations }} {{- toYaml .Values.podAnnotations | nindent 8 }} {{- end }} Would be nice if you could add that. Thanks.
Starting to fiddle with synapse I found you chart, great work.
Had to clone it though cause it's missing something essential for me:
spec:
template:
metadata:
annotations:
{{- if .Values.podAnnotations }}
{{- toYaml .Values.podAnnotations | nindent 8 }}
{{- end }}
Would be nice if you could add that.
Thanks.