Skip to content

Commit

Permalink
Merge pull request #4 from onecx/arm_support
Browse files Browse the repository at this point in the history
add tolerations fix
  • Loading branch information
michaelgloeckner authored Feb 5, 2024
2 parents 7c85a28 + 999c57a commit f36da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
{{- .Values.global.nodeSelector | toYaml | trim | nindent 8 }}
{{- end }}
{{- if .Values.tolerations }}
nodeSelector:
tolerations:
{{- .Values.tolerations | toYaml | trim | nindent 8 }}
{{- else if .Values.global.tolerations }}
tolerations:
Expand Down

0 comments on commit f36da36

Please sign in to comment.