From 3580072dfb722f03183de24a100443eecb6cb6fd Mon Sep 17 00:00:00 2001 From: Robert <35055316+sky1045@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:53:12 +0900 Subject: [PATCH] Fix chart syntax --- charts/all-in-one/templates/stateproxy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/all-in-one/templates/stateproxy.yaml b/charts/all-in-one/templates/stateproxy.yaml index ebf33f47..8b3e31bf 100644 --- a/charts/all-in-one/templates/stateproxy.yaml +++ b/charts/all-in-one/templates/stateproxy.yaml @@ -49,11 +49,11 @@ spec: {{- toYaml . | nindent 10 }} {{- end }} + {{- with $.Values.global.service.annotations }} service: - {{- with $.Values.global.service.annotations }} annotations: - {{- toYaml . | nindent 4 }} - {{- end }} + {{- toYaml . | nindent 12 }} + {{- end }} {{- with $.Values.stateproxy.nodeSelector }} nodeSelector: