-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
quarkus.kubernetes-config.secrets.enabled not explained on Kubernetes Config documentation #18963
Comments
/cc @geoand |
EDIT: I had not read the issue properly |
From top of my head no, but I'll have a look at it in couple of hours. It is very suspicious. |
Thanks! |
I had a first look at there are couple of reasons for this:
I'll investigate more on this if it impact other area and look into a fix. |
@geoand I might have found the issue, the package name is |
Ouch... That is likely just my dumb mistake in naming the package |
Okay, I'll prepare a PR to fix the issue. |
Describe the bug
The configuration reference for kubernetes config does not list the property
quarkus.kubernetes-config.secrets.enabled
Expected behavior
Should be included in the property list on that page
Actual behavior
Only mention in the explanations of another property
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: