Scenario
As a user of ArgoCD/GitOps, I've deployed a Helm Chart using the Application CR. I would like to see the list of charts installed from the Developer Console as well as "helm list"
Problem Statement
In ArgoCD, helm is used as “helm template … | kubectl apply -f - “ . This makes it impossible to visualize installed helm releases from the developer console and "helm list"
Acceptance Criteria:
- Create an Application CR in Argo CD referencing a Helm Chart.
- Confirm that the Application is sync'd and the workload is deployed successfully.
- On running `helm list` against the cluster where the workloads were deployed, the user should be able to see the Helm Release deployed.
- duplicates
-
GITOPS-1052 helm ls to list applications
-
- Closed
-
- is cloned by
-
GITOPS-1390 R&D: Make helm charts deployed using GitOps/ArgoCD visible to Helm Clients
-
- Closed
-