UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Support for Tolerations"

Merged Jennifer Kays requested to merge 13-support-for-tolerations into main
Files
5
@@ -164,6 +164,11 @@ spec:
{{ toYaml .Values.nodeSelector | nindent 6 }}
{{- end }}
{{- if .Values.tolerations}}
tolerations:
{{- toYaml .Values.tolerations | nindent 6 }}
{{- end }}
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 4}}
Loading