Skip to content

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

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

Closed
akram opened this issue Aug 17, 2023 · 1 comment · Fixed by #124
Closed
Assignees

Comments

@akram
Copy link

akram commented 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.

@metacosm metacosm transferred this issue from operator-framework/java-operator-sdk Aug 17, 2023
@metacosm
Copy link
Collaborator

Moved to the appropriate project.

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