We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4827e6 commit 5fdcffdCopy full SHA for 5fdcffd
charts/kube-ovn-v2/templates/ic/ic-controller-deploy.yaml
@@ -109,7 +109,7 @@ spec:
109
name: kube-ovn-log
110
nodeSelector:
111
kubernetes.io/os: "linux"
112
- kube-ovn/role: "master"
+ {{ .Values.masterNodesLabels | toYaml | nindent 8 }}
113
volumes:
114
- name: host-run-ovn
115
hostPath:
charts/kube-ovn/templates/ic-controller-deploy.yaml
@@ -109,7 +109,9 @@ spec:
+ {{- with splitList "=" .Values.MASTER_NODES_LABEL }}
+ {{ index . 0 }}: "{{ if eq (len .) 2 }}{{ index . 1 }}{{ end }}"
+ {{- end }}
116
117
0 commit comments