quarkiverse / quarkus-helm

Quarkus Extension to generate the Helm artifacts
Apache License 2.0
11 stars 10 forks source link

Add new property to disable the naming validation #244

Closed Sgitario closed 1 year ago

Sgitario commented 1 year ago

These changes add a new property quarkus.helm.disable-naming-validation that allows disabling the naming validation.

To give more context: the names that contain a dash ("-") are rejected when installing a Helm chart using the Helm command line (this is a Helm command line limitation).

Though, some users want to still use names with dash because they won't use the Helm command line to install the Helm charts.