Parameters
The parent key for all of the following parameters is external_secrets_operator
.
namespace
type |
string |
default |
|
The namespace in which to deploy this component.
helm_values
type |
object |
default |
Helm values for the external-secrets operator Helm chart.
The component automatically sets The component checks whether it’s rendered for an OpenShift cluster by checking if |
secret_stores
type |
object |
default |
|
Each entry of this parameter is rendered as an external-secrets [SecretStore
].
The key can be just a name, or <namespace>/<name>
.
If the key is just a name, the resulting SecretStore
is deployed in the namespace in which the operator is deployed.
The component sets metadata.name
and metadata.namespace
based on the object key.
The value is used as is and setting metadata.name
or metadata.namespace
overrides the values parsed from the object key.