linkerd2/charts/partials/templates/_nodeselector.tpl

5 lines
119 B
Smarty

{{- define "linkerd.node-selector" -}}
nodeSelector:
{{- toYaml .Values.nodeSelector | trim | nindent 2 }}
{{- end -}}