From b9a1698a89a82058c3e1b103a23dfb169d1ace8b Mon Sep 17 00:00:00 2001 From: Yug Date: Mon, 5 Jul 2021 17:17:32 +0530 Subject: [PATCH] e2e: deploy storageclass and secret deploy secret and storageclass with deployment via helm. Signed-off-by: Yug --- mini-e2e-helm.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-e2e-helm.groovy b/mini-e2e-helm.groovy index 55f2b4c22..65559a82a 100644 --- a/mini-e2e-helm.groovy +++ b/mini-e2e-helm.groovy @@ -172,7 +172,7 @@ node('cico-workspace') { timeout(time: 30, unit: 'MINUTES') { ssh 'cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh up' ssh "kubectl create namespace '${namespace}'" - ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh install-cephcsi --namespace '${namespace}'" + ssh "cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/install-helm.sh install-cephcsi --namespace '${namespace}' --deploy-sc --deploy-secret" } } stage('run e2e') {