mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 03:25:44 +00:00
Enable notifications for source events
This commit is contained in:
parent
b7727e2659
commit
b9f7b1d175
4 changed files with 18 additions and 8 deletions
|
|
@ -1,5 +1,12 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.1
|
||||
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.1
|
||||
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.2
|
||||
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.2
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: apps
|
||||
version: v1
|
||||
kind: Deployment
|
||||
name: source-controller
|
||||
path: patch.yaml
|
||||
|
|
|
|||
3
manifests/bases/source-controller/patch.yaml
Normal file
3
manifests/bases/source-controller/patch.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/0
|
||||
value: --events-addr=http://notification-controller/
|
||||
Loading…
Add table
Add a link
Reference in a new issue