Quarkus custom extension - build process when config uses Kubernetes ConfigMap & Secrets #31082
Unanswered
mariuszbozek
asked this question in
Q&A
Replies: 1 comment 1 reply
-
/cc @Sgitario (kubernetes), @geoand (kubernetes), @iocanel (kubernetes) |
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 all,
I have a problem with my custom extension. If I don't use Kubernetes ConfigMap and Secrets (everything is configured in the application.properties file) my app with my custom extension works fine. When I configured also Kubernetes ConfigMap and Secrets extension and defined in the application.properties file some entries from K8S Secrets, my app failed because of missing configuration
An example
My custom extension has configured BUILD_AND_RUN_TIME_FIXED config phase for my custom configuration
In the application log a saw that my extension is running before K8s config extension
Is there any chance to check (if k8s config feature is available) and build app in the right order?
Beta Was this translation helpful? Give feedback.
All reactions