All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.helm.deployment.HelmDependencyConfig.jdp Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
io.quarkiverse.helm.deployment.HelmDependencyConfig.alias=Alias of the dependency.
io.quarkiverse.helm.deployment.HelmDependencyConfig.condition=Dependency condition. If the property starts with `@.`, then the property won't be added under the root element in the\ngenerated `values.yaml` file.
io.quarkiverse.helm.deployment.HelmDependencyConfig.enabled=Whether this dependency should be loaded.
io.quarkiverse.helm.deployment.HelmDependencyConfig.name=Name of the dependency.
io.quarkiverse.helm.deployment.HelmDependencyConfig.repository=Repository of the dependency.
io.quarkiverse.helm.deployment.HelmDependencyConfig.tags=Dependency tags.
io.quarkiverse.helm.deployment.HelmDependencyConfig.version=Version of the dependency.
io.quarkiverse.helm.deployment.HelmDependencyConfig.waitForService=Instruct the application to wait for the service that should be installed as part of this Helm dependency.\nYou can set only a service name or a combination of a service name plus the service port (service\:port).
io.quarkiverse.helm.deployment.HelmDependencyConfig.waitForServiceImage=If wait for service is set, it will use this image to configure the init-containers within the deployment resource.
io.quarkiverse.helm.deployment.HelmDependencyConfig.waitForServiceOnlyCommandTemplate=If wait for service is set, it will use this command to run the init-containers within the deployment resource.
io.quarkiverse.helm.deployment.HelmDependencyConfig.waitForServicePortCommandTemplate=If wait for service is set, it will use this command to run the init-containers within the deployment resource.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy