Closed blezoray closed 5 months ago
The OLM installer is not supported by the Flux maintainers, this was a Weaveworks project: https://github.com/weaveworks/flux2-openshift
See here the recommend way to install Flux on OpenShift: https://fluxcd.io/flux/installation/configuration/openshift/
Describe the bug
Hello,
I installed Flux v2.3.0 on my lab Openshift 4.14 platform into a dedicated namespace, mpms-fluxcd-operator, using Operator Livecycle Manager (OLM).
But all the controllers have the default namespace
flux-system
hard-coded in their deployment args--events-addr=http://notification-controller.flux-system.svc.cluster.local./
You should use the variable
RUNTIME_NAMESPACE
or replace the url by--events-addr=http://notification-controller/
Steps to reproduce
Expected behavior
Args should be : - --events-addr=http://notification-controller.mpms-fluxcd-operator.svc.cluster.local./
Screenshots and recordings
No response
OS / Distro
OpenShift 4.14
Flux version
2.3.0
Flux check
no more details
Git provider
No response
Container Registry provider
No response
Additional context
No response
Code of Conduct