Changing environment variables after build step possible? #12024
Unanswered
mobsean
asked this question in
CLI - PWA mode
Replies: 1 comment 1 reply
-
|
So my workaround is that I run different parallel build chains with different env variables. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I´m running a Quasar App in Kubernetes.
For that im using docker with a build step and then I copy the /dist/pwa folder in the production nginx /usr/share/nginx/html folder.
I´m curious, I want to run that container with different environment variables (other GraphQL API etc.) and I want to inject the env vars though an k8s configMap.
Is that possible without rebuilding the whole quasar app everytime the container starts?
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions