Skip to content

Update dev overlay so that image overwrite can work #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions deploy/kubernetes/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../alpha
patchesStrategicMerge:
- controller_always_pull.yaml
- node_always_pull.yaml
namespace: gce-pd-csi-driver
resources:
- ../../base/
# Here dev overlay is using the same image as alpha
transformers:
- ../../images/alpha
# To change the dev image, add something like the following.
#images:
#- name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
Expand Down
10 changes: 9 additions & 1 deletion deploy/kubernetes/overlays/noauth/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../dev
- ../../base/
# Here noauth overlay is using the same image as alpha
transformers:
- ../../images/alpha
patchesStrategicMerge:
- noauth.yaml
namespace: gce-pd-csi-driver
# To change the dev image, add something like the following.
#images:
#- name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
# newName: gcr.io/mattcary-gke-dev-owned/csi/gce-pd-driver
# newTag: latest.