File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1414readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable-master} "
1515readonly boskos_resource_type=" ${GCE_PD_BOSKOS_RESOURCE_TYPE:- gce-project} "
1616readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
17+ readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:- true}
1718readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
1819readonly kube_version=${GCE_PD_KUBE_VERSION:- master}
1920readonly test_version=${TEST_VERSION:- master}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1515readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable-master} "
1616readonly boskos_resource_type=" ${GCE_PD_BOSKOS_RESOURCE_TYPE:- gce-project} "
1717readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
18+ readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:- true}
1819readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
1920readonly kube_version=${GCE_PD_KUBE_VERSION:- master}
2021readonly test_version=${TEST_VERSION:- master}
You can’t perform that action at this time.
0 commit comments