You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
OpenShift GitOps 1.6 includes deprecation of the environment variable DISABLE_DEX. The Operator now emits kubernetes events without having set the environment variable at any place:
$ oc get events -n argocd
LAST SEEN TYPE REASON OBJECT MESSAGE
<unknown> Warning DeprecationNotice /argocd `DISABLE_DEX` is deprecated, and support will be removed in Argo CD Operator v0.6.0/OpenShift GitOps v1.9.0. Dex can be enabled/disabled through `.spec.sso`
<unknown> Warning DeprecationNotice /argocd `DISABLE_DEX` is deprecated, and support will be removed in Argo CD Operator v0.6.0/OpenShift GitOps v1.9.0. Dex can be enabled/disabled through `.spec.sso`
These events do not include a timestamp and are hence shown at the very top in the OpenShift web console. This pollutes the UI.
Assumed root cause: When installing the operator using OLM, the environment DISABLE_DEX variable is currently set in the operator deployment by the CSV:
- Remove DISABLE_DEX environment variable from the
gitops-operator-controller-manager manifest in the
clusterserviceversion manifest.
- Fixesredhat-developer#362
- Remove DISABLE_DEX environment variable from the
gitops-operator-controller-manager manifest in the
clusterserviceversion manifest.
- Fixesredhat-developer#362
Signed-off-by: Wander Boessenkool <[email protected]>
hi @benruland thanks for creating the issue
We are aware of this, and it is being tracked on our JIRA board
as a workaround you can remove or unset the DISABLE_DEX env var from your subscription for now
Describe the bug
OpenShift GitOps 1.6 includes deprecation of the environment variable DISABLE_DEX. The Operator now emits kubernetes events without having set the environment variable at any place:
These events do not include a timestamp and are hence shown at the very top in the OpenShift web console. This pollutes the UI.
Assumed root cause: When installing the operator using OLM, the environment DISABLE_DEX variable is currently set in the operator deployment by the CSV:
gitops-operator/bundle/manifests/gitops-operator.clusterserviceversion.yaml
Lines 584 to 585 in 7c0d2fd
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: