fluxcd-flux2/manifests/bases/kustomize-controller/kustomization.yaml
Stefan Prodan 6972f98fe2
Test kustomize-controller panic fix
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2021-10-08 17:30:49 +03:00

17 lines
553 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/fluxcd/kustomize-controller/releases/download/v0.15.0/kustomize-controller.crds.yaml
- https://github.com/fluxcd/kustomize-controller/releases/download/v0.15.0/kustomize-controller.deployment.yaml
- account.yaml
patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: kustomize-controller
path: patch.yaml
images:
- name: fluxcd/kustomize-controller
newName: stefanprodan/kustomize-controller
newTag: v0.15.1-1