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

feat: add up -e/--env support #393

Open
starpit opened this issue Oct 8, 2024 · 0 comments
Open

feat: add up -e/--env support #393

starpit opened this issue Oct 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@starpit
Copy link
Member

starpit commented Oct 8, 2024

Is your feature request related to a problem? Please describe.
-e foo=bar would be sugaring over --set foo=bar and an app.yaml that sets the corresponding env var based on helm templates, e.g.

env:
  - name: foo
     value: {{ .Values.foo }}

The advantage being the application owner doesn't need to be the conduit for env vars into the app. Instead, lunchpail can do this for them.

@starpit starpit added the enhancement New feature or request label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant