Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm3 deployment with values.yaml files from other GIT repository #94

Open
nauni77 opened this issue Jun 30, 2021 · 0 comments
Open

helm3 deployment with values.yaml files from other GIT repository #94

nauni77 opened this issue Jun 30, 2021 · 0 comments

Comments

@nauni77
Copy link

nauni77 commented Jun 30, 2021

Hello,
as far as I know argocd have different options to install a helm chart (at the moment).

  1. own helm chart from GIT - define for your own software a helm chart and install from "source"
  2. umbrella helm chart from GIT - same than 1, but the aim is to install another sofware (added dependency)
  3. directly install a helm chart from repository AND define the configuration changes at argocd (not GIT)

But I want to mix "install a helm chart from repostory" and configure the YAML files at some GIT repository - not inside argo!

For example:

Part 1: define Chart

Part 2: define YAMLs to configure this chart

  • YAML 1 : //values1.yaml
  • ...
  • YAML N : //valuesN.yaml

Do I missed this possibility to configure the deployment like this?

The reason is we have several stages and I don't want to configure the changes at all stages inside ARGOCD - it is much better to change one time the configuration inside the GIT-Repo and all clusters have the same configuraiton.

To use an umbrella chart for each application is IMHO not very nice.

Thanks in advance, Oli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant