Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the kubernetes-config doc #20015

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Improve the kubernetes-config doc #20015

merged 1 commit into from
Sep 9, 2021

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Sep 9, 2021

  • Add an example configuration
  • Add a section on alternatives

Closes: #20000

* Add an example configuration
* Add a section on alternatives
Copy link
Contributor

@iocanel iocanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@geoand geoand merged commit f0e8893 into quarkusio:main Sep 9, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Sep 9, 2021
@geoand geoand deleted the #20000 branch September 9, 2021 12:59
%prod.quarkus.kubernetes-config.secrets.enabled=true <1>
quarkus.kubernetes-config.secrets=postgresql <2>

%prod.quarkus.datasource.jdbc.url=postgresql://somehost:5432/${database-name} <3>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be jdbc:postgresql://.... ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve documentation of kubernetes-config extension
4 participants