object Secret Mapping
Parameters
value
An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.
Parameters
values
An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.
suspend fun objectSecretMapping(argument: List<suspend KubernetesSecretObjectMappingArgsBuilder.() -> Unit>)
suspend fun objectSecretMapping(vararg argument: suspend KubernetesSecretObjectMappingArgsBuilder.() -> Unit)
suspend fun objectSecretMapping(argument: suspend KubernetesSecretObjectMappingArgsBuilder.() -> Unit)
Parameters
argument
An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.