Using AWS CodeCommit as helm repo for Argo CD #15537
Sir-gits-a-lot
started this conversation in
General
Replies: 1 comment
-
Hi, you are not supposed to store a packaged Helm chart in Git, but rather an unpacked version of it. Please have a look at our example application here: https://github.com/argoproj/argocd-example-apps/tree/master/helm-guestbook |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy to Argo CD using helm chart tar.gz stored in Code Commit Repository.
But it doesn't seem to work. Although when I store Plain K8s manifests in the same Repository, it deploys to the local cluster.
If anybody has any idea, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions