mirror of https://github.com/fluxcd/flux2.git
Add helm-controller to installer
parent
16f693148b
commit
02521b6964
@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- github.com/fluxcd/helm-controller/config//crd?ref=v0.0.1-alpha.1
|
||||||
|
- github.com/fluxcd/helm-controller/config//manager?ref=v0.0.1-alpha.1
|
||||||
|
patchesJson6902:
|
||||||
|
- target:
|
||||||
|
group: apps
|
||||||
|
version: v1
|
||||||
|
kind: Deployment
|
||||||
|
name: helm-controller
|
||||||
|
path: patch.yaml
|
@ -0,0 +1,3 @@
|
|||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/containers/0/args/0
|
||||||
|
value: --events-addr=http://notification-controller/
|
Loading…
Reference in New Issue