operator-framework/java-operator-plugins

Add "quarkus.kubernetes-client.trust-certs=false" in generated application.properties

akram opened this issue · 1 comments

akram commented

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.

Moved to the appropriate project.