-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
None
-
None
-
5
-
False
-
None
-
False
-
SECFLOWOTL-154 - Argo Agent: Delivery mechanism using manifests
-
-
-
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):