mirror of https://github.com/fluxcd/flux2.git
Merge pull request #2564 from fluxcd/dot-domain-nc
Use absolute domain name for the events addresspull/2550/head
commit
368f2d3542
@ -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: helm-controller
|
||||
|
@ -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: image-automation-controller
|
||||
|
@ -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: image-reflector-controller
|
||||
|
@ -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: kustomize-controller
|
||||
|
@ -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…
Reference in New Issue