fix(argo-cd): Rendering of node selector for repoServer (#1484)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
07d63255ae
commit
ba733e921d
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue