File tree 2 files changed +14
-3
lines changed
deploy/kubernetes/overlays
2 files changed +14
-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 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
- - ../dev
4
+ - ../../base/
5
+ # Here noauth overlay is using the same image as alpha
6
+ transformers :
7
+ - ../../images/alpha
5
8
patchesStrategicMerge :
6
9
- noauth.yaml
7
10
namespace : gce-pd-csi-driver
11
+ # To change the dev image, add something like the following.
12
+ # images:
13
+ # - name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
14
+ # newName: gcr.io/mattcary-gke-dev-owned/csi/gce-pd-driver
15
+ # newTag: latest.
You can’t perform that action at this time.
0 commit comments