How to reference custom-values.yaml file outside helm-chart (.tgz file) in Jfrog Artifactory #4561
Unanswered
premsolomon1690
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Create a ConfigMap or Secret in the clusters and in the HelmReleases use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using Gitops model with Flux for deploying infrastructure components for more than 200 plus EKS clusters (single tenant). The helm-charts of the infrastructure components are sourced from helm repository in Jfrog Artifactory. These helm-charts are common across all our eks clusters. Few clusters require some additional customisations for these infrastructure components. We need to override the custom-values.yaml with the default values.yaml. Is this achievable with flux if the custom-values.yaml is placed outside of the .tgz (helm-chart) file and referenced inside the helmrelease manifest ?
Tools:
Flux version : 2.1.2
Registry: Jfrog Artifactory(helm repository)
Beta Was this translation helpful? Give feedback.
All reactions