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

support state-values-file for helmfile render engine #6925

Open
fawaf opened this issue Jan 30, 2024 · 4 comments
Open

support state-values-file for helmfile render engine #6925

fawaf opened this issue Jan 30, 2024 · 4 comments

Comments

@fawaf
Copy link

fawaf commented Jan 30, 2024

Issue Summary:

add support for state-values-file as part of helmfile

Cloud Provider(s):

all

Environment:

any

Feature Area:

bake manifest stage

Description:

currently, helmfile supports passing in the values file (values.yaml) for the helm template, but not for the helmfile template itself. note that they are 2 different kinds of values files.

if one uses templating in the helmfile itself, the helmfile values cannot be overridden currently.

Steps to Reproduce:

deploy any helmfile (helmfile.yaml) manifest that requires a values.yaml file to override the helmfile itself.

example helmfile.yaml:

environments:
  foo:
  bar:

repositories:
- name: real-release
  url: https://someurl/helm-release/

releases:
- name: foo
  namespace: foo
  chart: ./base
  values:
  - ./environments/{{ .Environment.Name }}/{{ .Values.jobName }}.yaml
  - ../../metadata/environments/{{ .Environment.Name }}.yaml.gotmpl

example values.yaml:

jobName: thejob

Additional Details:

@spinnakerbot
Copy link

This issue hasn't been updated in 45 days, so we are tagging it as 'stale'. If you want to remove this label, comment:

@spinnakerbot remove-label stale

@fawaf
Copy link
Author

fawaf commented Mar 15, 2024

@spinnakerbot remove-label stale

@spinnakerbot
Copy link

This issue hasn't been updated in 45 days, so we are tagging it as 'stale'. If you want to remove this label, comment:

@spinnakerbot remove-label stale

@fawaf
Copy link
Author

fawaf commented Apr 29, 2024

@spinnakerbot remove-label stale

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

2 participants