From 19d32087406643e3243ec91030371cd95ebd4b09 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Wed, 12 Jul 2023 12:05:09 -0700 Subject: [PATCH] Fix oidc provider config change not rolling out (#383) --- .../spiffe-oidc-discovery-provider/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml b/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml index bf40dd955..4110a8323 100644 --- a/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml +++ b/charts/spire/charts/spiffe-oidc-discovery-provider/templates/deployment.yaml @@ -15,11 +15,11 @@ spec: {{- include "spiffe-oidc-discovery-provider.selectorLabels" . | nindent 6 }} template: metadata: - {{- with .Values.podAnnotations }} annotations: checksum/config: {{ $configSum }} + {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} labels: {{- include "spiffe-oidc-discovery-provider.selectorLabels" . | nindent 8 }} spec: