gitops-operator
gitops-operator copied to clipboard
An operator that gets you an ArgoCD for cluster configuration out-of-the-box on OpenShift along with the UI for visualizing environments.
**Describe the bug** I'm trying to change the loglevel on all components ( sts + the 2 deploy) and saw that its managed by the CR ArgoCD, so i tried...
**Describe the bug** After creating a new ArgoCD instance with `dex` enabled, the integration with OpenShift SSO is not working, main reason is the missing DEX role(binding). In other examples,...
**Describe the bug** The repo server does not create a service account, (unlike server, application-controller etc). If a service account is not defined, I believe the deployment is built with...
**Describe the bug** Uninstall does not clean up resouces **To Reproduce** Steps to reproduce the behavior: Go into the Openshift console, operators, Installed Operators, find the Openshift GitOps operator and...
**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: ``` $...
## Description After some period of time, the ApplicationSet controller becomes unable to create new Applications based on a repository. This is what appears in the logs: ``` time="2022-03-22T19:53:56Z" level=info...
### Is your task related to a problem? Please describe. Theres no release note available for gitops operator version 1.5.1 or 1.5.2. How can we deploy or upgrade without knowing...
The migration document (https://github.com/redhat-developer/gitops-operator/blob/master/docs/Migration_Guide.md) recommends sticking with the `argocd` namespace instead of migrating to the `openshift-gitops` namespace. While this is certainly convenient for existing users of community argo the downside...
**Describe the bug** We have 2 clusters that have the gitops-operator installed since last summer. A third cluster we have reinstalled recently. Altough all clusters have the csv `openshift-gitops-operator.v1.5.2`, only...
**Describe the bug** The ApplicationController is unable to create events, due to missing RBAC rules. The following is printed in the ApplicationController pod log: ` Unable to create audit event:...