Merge "fix to avoid crash loop on ceph clean job"

This commit is contained in:
Jenkins
2017-08-07 14:57:28 +00:00
committed by Gerrit Code Review

View File

@@ -2,4 +2,4 @@
set -ex
kubectl delete secret ${PVC_CEPH_STORAGECLASS_USER_SECRET_NAME} \
--namespace ${DEPLOYMENT_NAMESPACE}
--namespace ${DEPLOYMENT_NAMESPACE} --ignore-not-found=true