mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
37 lines
902 B
Plaintext
37 lines
902 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
|
|
|
|
[role="_abstract"]
|
|
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
|
|
|
|
|===
|