Kubernetes Secret Object Mapping Args
data class KubernetesSecretObjectMappingArgs(val sourcePath: Output<String>, val targetKey: Output<String>) : ConvertibleToJava<KubernetesSecretObjectMappingArgs>
Properties defining the mapping between a cloud secret store object and a Kubernetes Secret.
Properties
Link copied to clipboard
SourcePath is the identifier for the secret data as defined by the external secret provider. This is the key or path to the secret in the provider's system, which gets mounted to a specific path in the pod. The value should match the name of the secret as specified in the SecretProviderClass's objects array.