HelmReleaseSettingsArgs

data class HelmReleaseSettingsArgs(val driver: Output<String>? = null, val pluginsPath: Output<String>? = null, val registryConfigPath: Output<String>? = null, val repositoryCache: Output<String>? = null, val repositoryConfigPath: Output<String>? = null) : ConvertibleToJava<HelmReleaseSettingsArgs>

Options to configure the Helm Release resource.

Constructors

Link copied to clipboard
constructor(driver: Output<String>? = null, pluginsPath: Output<String>? = null, registryConfigPath: Output<String>? = null, repositoryCache: Output<String>? = null, repositoryConfigPath: Output<String>? = null)

Properties

Link copied to clipboard
val driver: Output<String>? = null

The backend storage driver for Helm. Values are: configmap, secret, memory, sql.

Link copied to clipboard
val pluginsPath: Output<String>? = null

The path to the helm plugins directory.

Link copied to clipboard
val registryConfigPath: Output<String>? = null

The path to the registry config file.

Link copied to clipboard
val repositoryCache: Output<String>? = null

The path to the file containing cached repository indexes.

Link copied to clipboard
val repositoryConfigPath: Output<String>? = null

The path to the file containing repository names and URLs.

Functions

Link copied to clipboard
open override fun toJava(): HelmReleaseSettingsArgs