chore: add nodeSelectors to the charts
This commit is contained in:
@ -31,5 +31,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: {{ .service.port }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
{{- with .Values.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{ toYaml . | indent 8 }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user