diff --git a/cluster/update-storage-objects.sh b/cluster/update-storage-objects.sh index 239127e4fef..e4c0c830452 100755 --- a/cluster/update-storage-objects.sh +++ b/cluster/update-storage-objects.sh @@ -84,7 +84,7 @@ do echo "Looks like ${instance} got deleted. Ignoring it" continue fi - output=$("${KUBECTL}" update -f "${filename}" --namespace="${namespace}") || true + output=$("${KUBECTL}" replace -f "${filename}" --namespace="${namespace}") || true rm "${filename}" if [ -n "${output:-}" ] then