io.quarkiverse.helm.deployment.HelmChartConfig.jdp Maven / Gradle / Ivy
io.quarkiverse.helm.deployment.HelmChartConfig.addIfStatement=The if statements to include in the generated resources.
io.quarkiverse.helm.deployment.HelmChartConfig.annotations=Annotations are additional mappings uninterpreted by Helm, made available for inspection by other applications.
io.quarkiverse.helm.deployment.HelmChartConfig.apiVersion=The Chart API version. The default value is `v2`.
io.quarkiverse.helm.deployment.HelmChartConfig.appVersion=The version of the application enclosed of this chart.
io.quarkiverse.helm.deployment.HelmChartConfig.condition=The condition to enable this chart.
io.quarkiverse.helm.deployment.HelmChartConfig.createReadmeFile=Whether to generate the `README.md` file that includes the Chart description and table with the configurable parameters\nand their default values.
io.quarkiverse.helm.deployment.HelmChartConfig.createTarFile=If Helm tar file is generated.
io.quarkiverse.helm.deployment.HelmChartConfig.createValuesSchemaFile=Whether to generate the `values.schema.json` file that is used to validate the Helm Chart input values.
io.quarkiverse.helm.deployment.HelmChartConfig.dependencies=The Helm chart list of dependencies.
io.quarkiverse.helm.deployment.HelmChartConfig.deprecated=Whether this chart is deprecated.
io.quarkiverse.helm.deployment.HelmChartConfig.description=The Helm chart single-sentence description.
io.quarkiverse.helm.deployment.HelmChartConfig.disableNamingValidation=If true, the naming validation will be disabled.\nThe naming validation rejects property names that contain "-" characters.
io.quarkiverse.helm.deployment.HelmChartConfig.enabled=Enabled the generation of Helm files.
io.quarkiverse.helm.deployment.HelmChartConfig.expressions=Helm expressions to be replaced into the generated resources.
io.quarkiverse.helm.deployment.HelmChartConfig.extension=Extension of the Helm tarball file. Default is `tar.gz`.
io.quarkiverse.helm.deployment.HelmChartConfig.home=Project's home page of the Helm chart. It must be a URL.
io.quarkiverse.helm.deployment.HelmChartConfig.icon=Icon of the Helm chart. It must be a URL to an SVG or PNG image.
io.quarkiverse.helm.deployment.HelmChartConfig.inputDirectory=The input folder in which to place the user-defined Helm files. These files will be used as inputs to populate the\ngenerated Helm files.\nAt the moment, the supported Helm files are\: README.md, LICENSE, values.schema.json, app-readme.md or app-README.md,\nquestions.yml or questions.yaml, the "crds" directory, and requirements.yml or requirements.yaml.\n\nMoreover, you can provide a custom `values.yaml` or `Chart.yaml` and the content will be merged with the auto-generated\nconfiguration.\n\nIt also supports absolute paths.\n\nBy default, it will use the folder "src/main/helm".
io.quarkiverse.helm.deployment.HelmChartConfig.keywords=List of keywords to add to the chart.
io.quarkiverse.helm.deployment.HelmChartConfig.kubeVersion=KubeVersion is a SemVer constraint specifying the version of Kubernetes required.
io.quarkiverse.helm.deployment.HelmChartConfig.maintainers=The Helm chart list of maintainers.
io.quarkiverse.helm.deployment.HelmChartConfig.mapSystemProperties=If enabled, the extension will check whether there are properties using system properties in the form of `${XXX}` and\nif so, it will expose these properties as env-var values within the generated container resource.
io.quarkiverse.helm.deployment.HelmChartConfig.name=Name of the Helm chart.\nIf not set, it will use the application name.
io.quarkiverse.helm.deployment.HelmChartConfig.notes=Notes template to be generated.
io.quarkiverse.helm.deployment.HelmChartConfig.outputDirectory=The output folder in which to place the Helm generated folder. The folder is relative to the target output directory\nin Quarkus that is also configurable using the property `quarkus.package.output-directory`.\n\nIt also supports absolute paths.\n\nBy default, it will be generated in the folder named "helm".
io.quarkiverse.helm.deployment.HelmChartConfig.repository=The configuration to perform Helm charts uploads to Helm repositories..
io.quarkiverse.helm.deployment.HelmChartConfig.sources=The Helm chart list of URLs to source code for this project.
io.quarkiverse.helm.deployment.HelmChartConfig.tags=Tags of this chart.
io.quarkiverse.helm.deployment.HelmChartConfig.tarFileClassifier=Classifier to be appended into the generated Helm tarball file.
io.quarkiverse.helm.deployment.HelmChartConfig.type=Specifies the chart type\: application or library.
io.quarkiverse.helm.deployment.HelmChartConfig.values=The configuration references to be mapped into the Helm values file.
io.quarkiverse.helm.deployment.HelmChartConfig.valuesProfileSeparator=Configuration for the separator string in the filename of profile specific values files i.e. values.profile.yaml,\ndefaults to "."
io.quarkiverse.helm.deployment.HelmChartConfig.valuesRootAlias=Alias of the root element in the generated values file.
io.quarkiverse.helm.deployment.HelmChartConfig.valuesSchema=Configuration for the `values.schema.json` file.
io.quarkiverse.helm.deployment.HelmChartConfig.version=Version of the Helm chart.\nIf not set, it will use the application version.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy