mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
31 lines
753 B
Plaintext
31 lines
753 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-controller-config_{context}"]
|
|
= controllerConfig
|
|
|
|
The `controllerConfig` field configures the operator to set the default values for installing `external-secrets` operand.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `namespace`
|
|
| _string_
|
|
| `namespace` configures the namespace for installing the `external-secrets` operand.
|
|
| external-secrets
|
|
| Optional
|
|
|
|
| `labels`
|
|
| _object (keys:string, values:string)_
|
|
| `labels` field applies labels to all resources created for the `external-secrets` operand deployment.
|
|
|
|
|
| Optional
|
|
|===
|