File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ 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 do_k8s_build=" ${GCE_PD_DO_K8S_BUILD:- false } "
17+ readonly do_k8s_build=" ${GCE_PD_DO_K8S_BUILD:- true } "
1818readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
1919readonly gke_cluster_version=${GKE_CLUSTER_VERSION:- latest}
20- readonly kube_version=${GCE_PD_KUBE_VERSION:- latest }
20+ readonly kube_version=${GCE_PD_KUBE_VERSION:- master }
2121readonly test_version=${TEST_VERSION:- latest}
2222readonly gce_zone=${GCE_CLUSTER_ZONE:- us-central1-b}
2323readonly gce_region=${GCE_CLUSTER_REGION:- }
You can’t perform that action at this time.
0 commit comments