Uploaded image for project: 'OpenShift GitOps'
  1. OpenShift GitOps
  2. GITOPS-5573

default AppProject is not created if only argocd-controller is enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Normal Normal
    • None
    • None
    • None
    • GitOps Crimson - Sprint 3263

      Description of problem:

      when creating an argocd instance with only controller component is set enabled to true, and other components are set enable to false, controller doesnot create default AppProject for the instance.

      Prerequisites (if any, like setup, operators/versions):

      Steps to Reproduce

      • create argocd instance with below manifest

       

      apiVersion: argoproj.io/v1beta1
      kind: ArgoCD
      metadata:
        name: ga
      spec:
        controller:
          enabled: true
        redis:
          enabled: false
        repo:
          enabled: false
        server:
          enabled: false
      • check for default AppProject to be created in the namespace of argocd instance

       

       

       

      Actual results:{}

      Defulat AppProject is not created in the argocd instance namespace

      Expected results:

      Controller should create the default AppProject

      Reproducibility (Always/Intermittent/Only Once):

      Always

      Acceptance criteria: 

       

      Definition of Done:

      Build Details:

      Additional info (Such as Logs, Screenshots, etc):

       

       *

              rh-ee-ansingh Anand Singh
              rh-ee-ansingh Anand Singh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: