mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
32 lines
552 B
Plaintext
32 lines
552 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-mode_{context}"]
|
|
= mode
|
|
|
|
[role="_abstract"]
|
|
The `mode` field indicates the operational state of the optional features.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `Enabled`
|
|
|
|
|
| `Enabled` indicates the optional configuration is enabled.
|
|
|
|
|
|
|
|
|
|
| `Disabled`
|
|
|
|
|
| `Disabled` indicates the optional configuration is disabled.
|
|
|
|
|
|
|
|
|===
|