Fix oidc provider config change not rolling out (#383)

This commit is contained in:
kfox1111
2023-07-12 21:05:09 +02:00
committed by GitHub
parent 0197621fa4
commit 19d3208740
@@ -15,11 +15,11 @@ spec:
{{- include "spiffe-oidc-discovery-provider.selectorLabels" . | nindent 6 }} {{- include "spiffe-oidc-discovery-provider.selectorLabels" . | nindent 6 }}
template: template:
metadata: metadata:
{{- with .Values.podAnnotations }}
annotations: annotations:
checksum/config: {{ $configSum }} checksum/config: {{ $configSum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
labels: labels:
{{- include "spiffe-oidc-discovery-provider.selectorLabels" . | nindent 8 }} {{- include "spiffe-oidc-discovery-provider.selectorLabels" . | nindent 8 }}
spec: spec: