HELM: also add option for nodeSelector

master
Jeff Knurek 5 years ago
parent 6a94d8ccd2
commit 81430ffbb2

@ -21,6 +21,10 @@ spec:
- name: "{{ .Chart.Name }}-config"
secret:
secretName: {{ template "clair.fullname" . }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}

@ -55,6 +55,7 @@ config:
- apk
- dpkg
- rpm
nodeSelector: {}
tolerations: []
# Configuration values for the postgresql dependency.

Loading…
Cancel
Save