File tree 2 files changed +6
-3
lines changed
deploy/kubernetes/overlays/dev
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
- resources :
4
- - ../alpha
5
3
patchesStrategicMerge :
6
4
- controller_always_pull.yaml
7
5
- node_always_pull.yaml
8
6
namespace : gce-pd-csi-driver
7
+ resources :
8
+ - ../../base/
9
+ # Here dev overlay is using the same image as alpha
10
+ transformers :
11
+ - ../../images/alpha
9
12
# To change the dev image, add something like the following.
10
13
# images:
11
14
# - name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -o nounset
10
10
set -o errexit
11
11
12
12
readonly PKGDIR=${GOPATH} /src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
13
- readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- stable } "
13
+ readonly overlay_name=" ${GCE_PD_OVERLAY_NAME:- dev } "
14
14
readonly boskos_resource_type=" ${GCE_PD_BOSKOS_RESOURCE_TYPE:- gce-project} "
15
15
readonly do_driver_build=" ${GCE_PD_DO_DRIVER_BUILD:- true} "
16
16
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:- gce}
You can’t perform that action at this time.
0 commit comments