-
Notifications
You must be signed in to change notification settings - Fork 566
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
cannot use values from bases #1975
Comments
I have the same issue on |
Wondering if #1090 is related |
This is really related to how helmfile "double rendering" works (see #308) You can easily solve it using a bases:
- environments.yaml
---
repositories:
- name: incubator
url: https://charts.helm.sh/incubator
releases:
- name: datadog
chart: incubator/raw
values:
- datadog:
apiKey: {{ .Values.datadogApiKey }}
values:
- datadog:
apiKey: {{ .Values.datadogApiKey }} |
Right on I will try that, thanks so much @antaloala! |
Thanks a lot @antaloala! |
@mumoshu I think it is a bug so although there is a workaround,
I see you have # 2 in #756. I can submit a PR for # 2. Let me know where you think this info should go. |
helmfile version:
The following setup fails:
The following setup works: move the contents of environments.yaml into the helmfile, ie
Is this a bug or I'm doing something wrong?
The text was updated successfully, but these errors were encountered: