From 633d028841f2059d7f809d37ed9c8d3f1201ae7b Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 2 Jul 2020 13:14:56 +0300 Subject: [PATCH] Update kustomize controller and enable events --- .../bases/kustomize-controller/kustomization.yaml | 11 +++++++++-- manifests/bases/kustomize-controller/patch.yaml | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 manifests/bases/kustomize-controller/patch.yaml diff --git a/manifests/bases/kustomize-controller/kustomization.yaml b/manifests/bases/kustomize-controller/kustomization.yaml index 4b7ca6b7..aae438f2 100644 --- a/manifests/bases/kustomize-controller/kustomization.yaml +++ b/manifests/bases/kustomize-controller/kustomization.yaml @@ -1,5 +1,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.1 -- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.1 +- github.com/fluxcd/kustomize-controller/config//crd?ref=v0.0.2 +- github.com/fluxcd/kustomize-controller/config//manager?ref=v0.0.2 +patchesJson6902: +- target: + group: apps + version: v1 + kind: Deployment + name: kustomize-controller + path: patch.yaml diff --git a/manifests/bases/kustomize-controller/patch.yaml b/manifests/bases/kustomize-controller/patch.yaml new file mode 100644 index 00000000..e5ee6192 --- /dev/null +++ b/manifests/bases/kustomize-controller/patch.yaml @@ -0,0 +1,3 @@ +- op: add + path: /spec/template/spec/containers/0/args/0 + value: --events-addr=http://notification-controller/