-
Story
-
Resolution: Done
-
Normal
-
None
Currently, Argo CD relies on the helm template command to extract the resources and then applies them using kubectl. Though the application is deployed, it doesn't add the chart metadata making it impossible for the helm clients to recognize it. This happens because Argo CD uses “helm template … | kubectl apply -f - “ cmd to extract and apply the K8s manifests instead of "helm install".
Acceptance Criteria:
Create a spike doc and discuss possible solutions to make the deployed charts visible to Helm clients. Users should be able to list the charts deployed using Argo CD.