Unverified Commit 59a7605a authored by Stepan Kazakov's avatar Stepan Kazakov Committed by Stepan Kazakov
Browse files

feat: add nodeSelector for provisioner

parent 5a3a5173
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@ spec:
        {{- with .Values.tolerations.controller }}
        {{- toYaml . | nindent 8 }}
        {{- end }}
      {{- with .Values.nodeSelector }}
      nodeSelector:
        {{- toYaml . | nindent 8 }}
      {{- end }}
      containers:
        - name: csi-provisioner
          image: {{ .Values.images.provisioner }}
+2 −0
Original line number Diff line number Diff line
@@ -43,4 +43,6 @@ tolerations:
  node: []
  controller: []

nodeSelector: {}

kubeletPath: /var/lib/kubelet