Loading deploy/helm/templates/attacher.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -78,7 +78,9 @@ spec: serviceAccount: csi-attacher-sa tolerations: - key: node-role.kubernetes.io/master operator: "Exists" operator: Exists - key: CriticalAddonsOnly operator: Exists containers: - name: csi-attacher image: {{ .Values.images.attacher }} Loading deploy/helm/templates/provisioner.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,8 @@ spec: tolerations: - key: node-role.kubernetes.io/master operator: Exists - key: CriticalAddonsOnly operator: Exists {{- with .Values.tolerations.controller }} {{- toYaml . | nindent 8 }} {{- end }} Loading deploy/kubernetes/attacher.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,6 @@ spec: operator: Exists - key: CriticalAddonsOnly operator: Exists - operator: Exists effect: NoExecute tolerationSeconds: 300 containers: - name: csi-attacher image: quay.io/k8scsi/csi-attacher:v3.0.1 Loading deploy/kubernetes/provisioner.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ spec: serviceAccount: csi-provisioner-sa tolerations: - key: node-role.kubernetes.io/master operator: "Exists" operator: Exists - key: CriticalAddonsOnly operator: Exists containers: - name: csi-provisioner image: quay.io/k8scsi/csi-provisioner:v2.1.0 Loading Loading
deploy/helm/templates/attacher.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -78,7 +78,9 @@ spec: serviceAccount: csi-attacher-sa tolerations: - key: node-role.kubernetes.io/master operator: "Exists" operator: Exists - key: CriticalAddonsOnly operator: Exists containers: - name: csi-attacher image: {{ .Values.images.attacher }} Loading
deploy/helm/templates/provisioner.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,8 @@ spec: tolerations: - key: node-role.kubernetes.io/master operator: Exists - key: CriticalAddonsOnly operator: Exists {{- with .Values.tolerations.controller }} {{- toYaml . | nindent 8 }} {{- end }} Loading
deploy/kubernetes/attacher.yaml +0 −3 Original line number Diff line number Diff line Loading @@ -81,9 +81,6 @@ spec: operator: Exists - key: CriticalAddonsOnly operator: Exists - operator: Exists effect: NoExecute tolerationSeconds: 300 containers: - name: csi-attacher image: quay.io/k8scsi/csi-attacher:v3.0.1 Loading
deploy/kubernetes/provisioner.yaml +4 −2 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ spec: serviceAccount: csi-provisioner-sa tolerations: - key: node-role.kubernetes.io/master operator: "Exists" operator: Exists - key: CriticalAddonsOnly operator: Exists containers: - name: csi-provisioner image: quay.io/k8scsi/csi-provisioner:v2.1.0 Loading