mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 08:47:27 +00:00
Add ending dot to the events address to be consistent with source controller address. This will affect bootstrap and install by setting `--events-addr=http://notification-controller.flux-system.svc.cluster.local./`. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
6 lines
237 B
YAML
6 lines
237 B
YAML
- op: add
|
|
path: /spec/template/spec/containers/0/args/0
|
|
value: --events-addr=http://notification-controller.flux-system.svc.cluster.local./
|
|
- op: add
|
|
path: /spec/template/spec/serviceAccountName
|
|
value: image-reflector-controller
|