Skip to content

Commit

Permalink
Merge pull request #15 from dweomer/kustomize
Browse files Browse the repository at this point in the history
support kustomization of the controller manifest
  • Loading branch information
dweomer authored Jan 30, 2020
2 parents 8f687cd + 2f385be commit fd7521d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fd7521d

Please sign in to comment.