You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app is created with an application.properties containing the property: quarkus.kubernetes-client.trust-certs=false
What did you see instead? Under which circumstances?
The app is created with an application.properties but it does not contain the property: quarkus.kubernetes-client.trust-certs=false
it would be great to have this property in the generated file, because developers mostly use (local) clusters with incorrectly signed certificate. Having the property there would save time. Or, we can make it more visible in the documentation.
The text was updated successfully, but these errors were encountered:
metacosm
transferred this issue from operator-framework/java-operator-sdk
Aug 17, 2023
Bug Report
What did you do?
Generate a java operator-sdk app
What did you expect to see?
The app is created with an application.properties containing the property:
quarkus.kubernetes-client.trust-certs=false
What did you see instead? Under which circumstances?
The app is created with an application.properties but it does not contain the property:
quarkus.kubernetes-client.trust-certs=false
it would be great to have this property in the generated file, because developers mostly use (local) clusters with incorrectly signed certificate. Having the property there would save time. Or, we can make it more visible in the documentation.
The text was updated successfully, but these errors were encountered: