File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
deploy/kubernetes/overlays Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
3- resources :
4- - ../alpha
53patchesStrategicMerge :
64- controller_always_pull.yaml
75- node_always_pull.yaml
86namespace : gce-pd-csi-driver
7+ resources :
8+ - ../../base/
9+ # Here dev overlay is using the same image as alpha
10+ transformers :
11+ - ../../images/alpha
912# To change the dev image, add something like the following.
1013# images:
1114# - name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - ../dev
4+ - ../../base/
5+ # Here noauth overlay is using the same image as alpha
6+ transformers :
7+ - ../../images/alpha
58patchesStrategicMerge :
69- noauth.yaml
710namespace : 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