You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: foovalue: {{ .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.
The text was updated successfully, but these errors were encountered:
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.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.
The text was updated successfully, but these errors were encountered: