fix(argo-cd): Rendering of node selector for repoServer (#1484)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2022-09-22 10:52:41 +02:00 committed by GitHub
parent 07d63255ae
commit ba733e921d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -235,7 +235,7 @@ spec:
{{- end }}
{{- with .Values.repoServer.nodeSelector }}
nodeSelector:
{{- toYaml .Values.repoServer.nodeSelector | nindent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.repoServer.tolerations }}
tolerations: