Skip to content

Commit

Permalink
Merge pull request #2338 from planetarium/feature/stateproxy
Browse files Browse the repository at this point in the history
Fix chart syntax
  • Loading branch information
sky1045 authored Jan 24, 2025
2 parents 9ef7bbb + 3580072 commit 16b8c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/all-in-one/templates/stateproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16b8c74

Please sign in to comment.