Skip to content

Commit fe93924

Browse files
committed
K8S-531 allow nfs-client-provisioner missing
1 parent 6789364 commit fe93924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/upgrade.jps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ actions:
179179
helm delete nfs-client-provisioner;
180180
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/;
181181
helm repo update;
182-
helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner -f /tmp/nfs-provisioner-options.yaml; }
182+
helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner -f /tmp/nfs-provisioner-options.yaml; } ||:
183183
- cmd[${nodes.k8sm.master.id}]: |-
184184
helm repo add deliveryhero https://charts.deliveryhero.io/
185185
helm repo update

0 commit comments

Comments
 (0)