Sebastian Büttner
05/08/2023, 3:11 PMDavid Espejo (he/him)
05/08/2023, 4:15 PMflyte-binary
chart that could take action on node selectorsSebastian Büttner
05/08/2023, 6:22 PMDavid Espejo (he/him)
05/08/2023, 10:04 PMtemplate:
spec:
{{- if .Values.nodeSelector }}
nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 8 }}
{{- end }}
and then call it from values
Does that make sense?Sebastian Büttner
05/09/2023, 8:43 PM