Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enabled the generation of Helm files. Environment variable: |
boolean |
|
Name of the Helm chart. If not set, it will use the application name. Environment variable: |
string |
|
Project’s home page of the Helm chart. It must be a URL. Environment variable: |
string |
|
The Helm chart list of URLs to source code for this project. Environment variable: |
list of string |
|
Version of the Helm chart. If not set, it will use the application version. Environment variable: |
string |
|
The Helm chart single-sentence description. Environment variable: |
string |
|
List of keywords to add to the chart. Environment variable: |
list of string |
|
Icon of the Helm chart. It must be a URL to an SVG or PNG image. Environment variable: |
string |
|
The Chart API version. The default value is Environment variable: |
string |
|
The condition to enable this chart. Environment variable: |
string |
|
Tags of this chart. Environment variable: |
string |
|
The version of the application enclosed of this chart. Environment variable: |
string |
|
Whether this chart is deprecated. Environment variable: |
boolean |
|
KubeVersion is a SemVer constraint specifying the version of Kubernetes required. Environment variable: |
string |
|
Specifies the chart type: application or library. Environment variable: |
string |
|
Alias of the root element in the generated values file. Environment variable: |
string |
|
Notes template to be generated. Environment variable: |
string |
|
Extension of the Helm tarball file. Default is Environment variable: |
string |
|
Classifier to be appended into the generated Helm tarball file. Environment variable: |
string |
|
If Helm tar file is generated. Environment variable: |
boolean |
|
Whether to generate the Environment variable: |
boolean |
|
Whether to generate the Environment variable: |
boolean |
|
The input folder in which to place the user-defined Helm files. These files will be used as inputs to populate the generated Helm files. At the moment, the supported Helm files are: README.md, LICENSE, values.schema.json, app-readme.md or app-README.md, questions.yml or questions.yaml, the "crds" directory, and requirements.yml or requirements.yaml. Moreover, you can provide a custom Environment variable: |
string |
|
The output folder in which to place the Helm generated folder. The folder is relative to the target output directory in Quarkus that is also configurable using the property Environment variable: |
string |
|
If true, it will perform the upload to a Helm repository. Environment variable: |
boolean |
|
The deployment target to push. Options are: Environment variable: |
string |
|
The Helm repository type. Options are: Environment variable: |
|
|
The Helm repository URL. Environment variable: |
string |
|
The Helm repository username. Environment variable: |
string |
|
The Helm repository password. Environment variable: |
string |
|
If enabled, the extension will check whether there are properties using system properties in the form of Environment variable: |
boolean |
|
If true, the naming validation will be disabled. The naming validation rejects property names that contain "-" characters. Environment variable: |
boolean |
|
Configuration for the separator string in the filename of profile specific values files i.e. values.profile.yaml, defaults to "." Environment variable: |
string |
|
Title of the values schema json file. Environment variable: |
string |
|
Name of the maintainer. Environment variable: |
string |
|
Email of the maintainer. Environment variable: |
string |
|
URL profile of the maintainer. Environment variable: |
string |
|
Annotations are additional mappings uninterpreted by Helm, made available for inspection by other applications. Environment variable: |
|
|
Name of the dependency. Environment variable: |
string |
|
Version of the dependency. Environment variable: |
string |
required |
Repository of the dependency. Environment variable: |
string |
required |
Dependency condition. If the property starts with Environment variable: |
string |
|
Dependency tags. Environment variable: |
list of string |
|
Whether this dependency should be loaded. Environment variable: |
boolean |
|
Alias of the dependency. Environment variable: |
string |
|
Instruct the application to wait for the service that should be installed as part of this Helm dependency. You can set only a service name or a combination of a service name plus the service port (service:port). Environment variable: |
string |
|
If wait for service is set, it will use this image to configure the init-containers within the deployment resource. Environment variable: |
string |
|
If wait for service is set, it will use this command to run the init-containers within the deployment resource. Environment variable: |
string |
|
If wait for service is set, it will use this command to run the init-containers within the deployment resource. Environment variable: |
string |
|
The name of the property that will be present in the Helm values file. If the property starts with Environment variable: |
string |
|
A comma-separated list of YAMLPath expressions to map the Dekorate auto-generated properties to the final Helm values file. Environment variable: |
list of string |
|
The profile where this value reference will be mapped to. For example, if the profile is Environment variable: |
string |
|
The value that the property will have in the Helm values file. If not set, the extension will resolve it from the generated artifacts. Environment variable: |
string |
|
The integer value that the property will have in the Helm values file. If not set, the extension will resolve it from the generated artifacts. Environment variable: |
int |
|
The boolean value that the property will have in the Helm values file. If not set, the extension will resolve it from the generated artifacts. Environment variable: |
boolean |
|
The map value that the property will have in the Helm values file. If not set, the extension will resolve it from the generated artifacts. Environment variable: |
|
|
A list separated by comma that the property will have in the Helm values file. If not set, the extension will resolve it from the generated artifacts. Environment variable: |
list of string |
|
If not provided, it will use Environment variable: |
string |
|
Description of the property. Environment variable: |
string |
|
Minimum value allowed for this property. Environment variable: |
int |
|
Maximum value allowed for this property. Environment variable: |
int |
|
Pattern to validate the value of this property. Environment variable: |
string |
|
If true, then this property is mandatory. Environment variable: |
boolean |
|
The YAMLPath path where to include the template within the resource. Environment variable: |
string |
required |
The expression template to include. Environment variable: |
string |
required |
The property to use in the if statement. If the property starts with Environment variable: |
string |
|
The resource kind where to include the if statement. Environment variable: |
string |
|
The resource kind where to include the if statement. Environment variable: |
string |
|
The default value of the property Environment variable: |
boolean |
|
Provide custom description of the Environment variable: |
string |
|
Name of the property to add or update. Example: Environment variable: |
string |
|
Description of the property. Environment variable: |
string |
|
Type of the property. Environment variable: |
string |
|
Minimum value allowed for this property. Environment variable: |
int |
|
Maximum value allowed for this property. Environment variable: |
int |
|
Pattern to validate the value of this property. Environment variable: |
string |
|
If true, then this property is mandatory. Environment variable: |
boolean |
|