gitops-operator icon indicating copy to clipboard operation
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.

Results 120 gitops-operator issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using OLM to provision the OpenShift GitOps operator, a default ArgoCD instance is deployed to the `openshift-gitops` namespace. Recently, default resource requests (and limits) were introduced...

**What type of PR is this?** /kind documentation **What does this PR do / why we need it**: Update & reorganize new argocd instance creation section in docs **Which issue(s)...

kind/documentation

**Is your feature request related to a problem? Please describe.** According to the [ArgoCD CRD](https://github.com/redhat-developer/gitops-operator/blob/master/config/crd/bases/argoproj.io_argocds.yaml), it's currently using `resourceCustomizations` to define resource customization, and this will ultimately be applied to...

kind/enhancement
good first issue

**Describe the bug** I have an argocd application that contains a following configmap: ```yaml kind: ConfigMap metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: > {"apiVersion":"v1","data":{},"kind":"ConfigMap","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"kubecost","config.openshift.io/inject-trusted-cabundle":"true"},"name":"ca-inject","namespace":"kubecost"}} creationTimestamp: '2023-12-16T02:24:01Z' labels: app.kubernetes.io/instance: kubecost config.openshift.io/inject-trusted-cabundle: 'true' managedFields: -...

**Is your feature request related to a problem? Please describe.** ArgoCD object doesn't use argocd-server-tls secret in openshift-gitops namespace for the openshift-gitops-server route. Currently the TLS certificate has to be...

kind/enhancement

**Describe the bug** NodePlacement or Toleration/NodeSelector don't affect argocd resources. **Expected behavior** I've already deployed ArgoCD using GitOps operator on default nodes. Now I need to move ArgoCD resources on...

triage:required

**Describe the bug** Adding an (extra)volume(mount) to the appset controller via the ArgoCD spec is undone by the GitOps operator. Therefore the workaround proposed for this issue https://github.com/argoproj/argo-cd/issues/9607 cannot be...

**Describe the bug** We are using **Red Hat OpenShift GitOps** operator on **stable** channel,with automatic updates, exactly `openshift-gitops-operator.v1.7.4`. Our **`ArgoCD`** instance uses the `Ingress` object in the `spec.server` config to...

triage:required

**What type of PR is this?** /kind documentation **What does this PR do / why we need it**: Specifically mentioning to edit the `env` resource within the `subscriptions.operators.coreos.com.spec.config` CRD to...

kind/documentation
ok-to-test

**Describe the bug** We wanted to use OICD instead of DEX and point it to our SSO provider **To Reproduce** Steps to reproduce the behavior: 1. Create a customer URL...