Skip to content

Commit

Permalink
Fix helm chart logic error
Browse files Browse the repository at this point in the history
This enables successful usage of deployment nodeselectors, tolerations, and affinity. These were previously disabled due to a scoping issue.
  • Loading branch information
alex-treebeard authored Dec 5, 2023
1 parent 18cfa3e commit 4e2ff0e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ spec:
- name: image-kernelspecs
emptyDir:
medium: Memory
{{- end }}

{{- if .Values.deployment.tolerations }}
tolerations:
Expand All @@ -137,6 +138,4 @@ spec:
affinity:
{{- toYaml .Values.deployment.affinity | nindent 8 }}
{{- end }}

{{- end }}
{{- end }}

0 comments on commit 4e2ff0e

Please sign in to comment.