1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/eso-controller-config.adoc
2025-11-05 15:20:51 +00:00

36 lines
883 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` specifies the configurations used by the controller when installing the `external-secrets` operand and the plugins.
[cols="1,1,1,1,1",options="header"]
|===
| Field
| Type
| Description
| Default
| Validation
| `certProvider`
| _string_
| `certProvider` defines the configuration for the certificate providers used to manage TLS certificates for webhook and plugins.
|
| Optional
| `labels`
| _object (keys:string, values:string)_
| `labels` field applies labels to all resources created for the `external-secrets` operand deployment.
|
a| The maximum number of properties is 20.
The minimum number of properties is 0.
Optional
|===