snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Kubernetes extension doesn't properly populate env vars for Minikube #145

Closed snowdrop-bot closed 4 years ago

snowdrop-bot commented 4 years ago

From @jclingan:

I have a simple app with kubernetes, jib, and minikube extensions enabled. If I define an environmental variable in application.properties using "quarkus.kubernetes.env.vars.my-env=hello", it is generated properly in kubernetes.yml but not in minikube.yml. Just wondering if anyone else is running into this.

I should note that the older format works:

kubernetes.env-vars[0].name=MY_ENV
kubernetes.env-vars[0].value=hello

https://github.com/quarkusio/quarkus/issues/10925


$upstream:10925$