mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
38 lines
807 B
Plaintext
38 lines
807 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-external-secrets-spec_{context}"]
|
|
= externalSecretsConfigSpec
|
|
|
|
[role="_abstract"]
|
|
The `externalSecretsConfigSpec` field defines the desired behavior of the `externalSecrets` object.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `appConfig`
|
|
| _object_
|
|
| `appConfig` configures the behavior of the `external-secrets` operand.
|
|
|
|
|
| Optional
|
|
|
|
| `plugins`
|
|
| _object_
|
|
| `plugins` configures the optional provider plugins.
|
|
|
|
|
| Optional
|
|
|
|
| `controllerConfig`
|
|
| _object_
|
|
| `controllerConfig` configures the controller to set up defaults that enable `external-secrets` operand.
|
|
|
|
|
| Optional
|
|
|===
|