From 2f385be1324bc0be7caa2c2773d6c12fcaae26bc Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Wed, 29 Jan 2020 18:27:31 -0700 Subject: [PATCH] support kustomization of the controller manifest --- kustomization.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kustomization.yaml diff --git a/kustomization.yaml b/kustomization.yaml new file mode 100644 index 00000000..55131c24 --- /dev/null +++ b/kustomization.yaml @@ -0,0 +1,9 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- manifests/system-upgrade-controller.yaml +images: +- name: rancher/system-upgrade-controller + newTag: v0.1.0 +- name: rancher/kubectl + newTag: v1.17.0