We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f420366 commit ca7547aCopy full SHA for ca7547a
deploy/kubernetes/overlays/prow-pull/README.md
deploy/kubernetes/overlays/prow-pull/kustomization.yaml
test/run-k8s-integration.sh
@@ -10,7 +10,7 @@ set -o nounset
10
set -o errexit
11
12
readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
13
-readonly overlay_name="${GCE_PD_OVERLAY_NAME:-prow-pull}"
+readonly overlay_name="${GCE_PD_OVERLAY_NAME:-stable}"
14
readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
15
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
16
export GCE_PD_VERBOSITY=9
0 commit comments