mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
e2e: deploy storageclass and secret
deploy secret and storageclass with deployment via helm. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
4a102b44cb
commit
b9a1698a89
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user