Helm Release Settings Args
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
Properties
Link copied to clipboard
The path to the helm plugins directory.
Link copied to clipboard
The path to the registry config file.
Link copied to clipboard
The path to the directory containing cached repository indexes.
Link copied to clipboard
The path to the file containing repository names and URLs.