This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Applicationset based on public helm repos, and different values per cluster. #298
marcportabellaclotet-mt
started this conversation in
General
Replies: 1 comment
-
For the time being, you would need to use multiple ApplicationSets, one for each cluster-type (eg 'staging' clusters, 'prod' clusters) you want to deploy to, and then select on a label of the cluster. |
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
-
I would like to use applicationset to install cluster addons. For example prometheus-operator, keda, argo-rollouts...
Reading the provided examples, it uses requirements to load external helm charts.
As this is not using kustomization, how can I define a different values per each cluster?
When running helm or argoproj.io/v1alpha1 | Application, you can define multiple helm files:
Using template overrides, you need to have a copy or simlink of the Chart.yaml ,requirements.yaml per override, and a specific values.yaml.
My goal is to use public helms, and set diffrent values.yaml per cluster. Also allowing multiple values.yaml would be great.
Maybe I am missing something, and this can be achieved somehow.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions