Include Files Outside of Helm Chart in ApplicationSet #19169
zip-chanko
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Your issue has little to do with ApplicationSets. You would encounter the same issue if you try to create a simple I don't really have a solution for you, but these are the common workarounds:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm exploring AppSet for deploying helm charts from remote repo but reach to the point where the limitation of the helm which is not supported including files that are not part of the chart. My app charts are stored in http helm repo and pass the values files from gitops repo using multiple sources template. I can pass the value files but not additional files which I would like to create them as a configmap. Helm will ignore those additional files since they are not part of the chart. May I know how do you achieve in any alternative ways?
There is an opened GH issue of the limitation. helm/helm#3276
My AppSet and dir structure looks like this.
Beta Was this translation helpful? Give feedback.
All reactions