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.