Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Does https://quarkus.io/guides/deploying-to-kubernetes#env-vars not fit your needs? |
Beta Was this translation helpful? Give feedback.
5 replies
-
This should be doable just by enabling filtering of resources for sec/main/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.
-
I want to extend or add additional resources to the generated
kubernetes.yml
,knative.yml
, etc. files. The documentation states to add a file with the same name tosrc/main/kubernetes/
, and add stuff to that. Great.But, I would like to use environment variables, as well as properties set in
application.ini
in there. Does quarkus provide a way? If not, could this be a feature request?Beta Was this translation helpful? Give feedback.
All reactions