Fix oidc provider config change not rolling out (#383)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user