Skip to content

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

Closed
@akram

Description

@akram

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions