Skip to content

Commit

Permalink
[Bug] Fix helm chart logic error (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 5, 2023
1 parent 18cfa3e commit baeeb50
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 baeeb50

Please sign in to comment.