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
From @jclingan:
https://github.com/quarkusio/quarkus/issues/10925
$upstream:10925$