File tree Expand file tree Collapse file tree 2 files changed +4
-22
lines changed
deploy/kubernetes/overlays/dev Expand file tree Collapse file tree 2 files changed +4
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
bases :
4
- - ../../base
4
+ - ../alpha
5
5
patches :
6
- - controller_add_snapshotter.yaml
7
6
- controller_always_pull.yaml
8
7
- node_always_pull.yaml
9
8
images :
10
9
# Replace this with your private image names and tags
11
- # - name: REPLACEME/gcp-compute-persistent-disk-csi-driver
12
- # newName: gcr.io/my-project /gcp-compute-persistent-disk-csi-driver
13
- # newTag: "latest"
10
+ - name : REPLACEME/gcp-compute-persistent-disk-csi-driver
11
+ newName : gcr.io/REPLACEME /gcp-compute-persistent-disk-csi-driver
12
+ newTag : " latest"
14
13
- name : REPLACEME/csi-provisioner
15
14
newName : gcr.io/gke-release/csi-provisioner
16
15
newTag : " v1.0.1-gke.0"
You can’t perform that action at this time.
0 commit comments