From daed32432521fc4a04a56fc8b87fd1a0c7e43eea Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Wed, 8 Jul 2026 22:28:01 -0700 Subject: [PATCH] Fix the spire-identity-exchange stack support (#872) Signed-off-by: Kevin Fox --- charts/spire-identity-exchange/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/spire-identity-exchange/templates/configmap.yaml b/charts/spire-identity-exchange/templates/configmap.yaml index 9427109..74a6060 100644 --- a/charts/spire-identity-exchange/templates/configmap.yaml +++ b/charts/spire-identity-exchange/templates/configmap.yaml @@ -46,7 +46,7 @@ data: {{- toYaml .Values.auth.plugins | nindent 8 }} {{ with .Values.auth.stacks }} stacks: - {{- toYaml .Values.auth.stacks | nindent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} six-agent.conf: |