mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-20 18:45:43 +00:00
Use absolute domain name for the events address
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>
This commit is contained in:
parent
51f5d85861
commit
139bbbb87c
6 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
- op: add
|
||||
path: /spec/template/spec/containers/0/args/0
|
||||
value: --events-addr=http://notification-controller/
|
||||
value: --events-addr=http://notification-controller.flux-system.svc.cluster.local./
|
||||
- op: add
|
||||
path: /spec/template/spec/serviceAccountName
|
||||
value: source-controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue