Skip to content

Commit 61f18af

Browse files
committed
OSDOCS-17305 updated migration section
1 parent 75e1650 commit 61f18af

File tree

44 files changed

+91
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+91
-42
lines changed

modules/eso-bitwarden-secret.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `bitwardenSecretManagerProvider` field enables the Bitwarden secrets manager
2121
| _string_
2222
| `mode` field enables the `bitwardenSecretManagerProvider` provider state, which can be set to `Enabled` or `Disabled`. If set to `Enabled`, the Operator ensures the plugin is deployed and synchronized. If set to `Disabled`, the Bitwarden provider plugin reconciliation is disabled. The plugin and resources remain in their current state, and are not managed by the Operator.
2323
| `Disabled`
24-
a| enum: [Enabled Disabled]
24+
| enum: [Enabled Disabled]
2525

2626
Optional
2727

modules/eso-cert-manager-config.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-cert-manager-config_{context}"]
77
= certManagerConfig
88

9+
[role="_abstract"]
910
The `certManagerConfig` field configures the `cert-manager` Operator settings.
1011

1112
[cols="1,1,1,1,1",options="header"]
@@ -20,15 +21,15 @@ The `certManagerConfig` field configures the `cert-manager` Operator settings.
2021
| _string_
2122
| `mode` specifies whether to use cert-manager for certificate management instead of the built-in `cert-controller` which can be indicated by setting either `Enabled` or `Disabled`. If set to `Enabled`, uses `cert-manager` for obtaining the certificates for the webhook server and other components. If set to `Disabled`, uses the `cert-controller` for obtaining the certificates for the webhook server. `Disabled` is the default behavior.
2223
| false
23-
a| enum: [true false]
24+
| enum: [true false]
2425

2526
Required
2627

2728
| `injectAnnotations`
2829
| _string_
2930
| `injectAnnotations` adds the `cert-manager.io/inject-ca-from` annotation to the webhooks and custom resource definitions (CRDs) to automatically configure the webhook with the `cert-manager` Operator certificate authority (CA). This requires CA Injector to be enabled in `cert-manager` Operator. Set this field to `true` or `false`. When set, this field cannot be changed.
3031
| false
31-
a| enum: [true false]
32+
| enum: [true false]
3233

3334
Optional
3435

modules/eso-cert-providers-config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-cert-providers-config_{context}"]
77
= certProvidersConfig
88

9+
[role="_abstract"]
910
The `certProvidersConfig` defines the configuration for the certificate providers used to manage TLS certificates for webhook and plugins.
1011

1112
[cols="1,1,1,1,1",options="header"]

modules/eso-condition.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-condition_{context}"]
77
= condition
88

9+
[role="_abstract"]
910
The `condition` field holds information about the condition of the `external-secrets` deployment.
1011

1112
[cols="1,1,1,1,1",options="header"]

modules/eso-conditional-status.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-conditional-status_{context}"]
77
= conditionalStatus
88

9+
[role="_abstract"]
910
The `conditionalStatus` field holds information about the current state of the `external-secrets` deployment.
1011

1112
[cols="1,1,1,1,1",options="header"]

modules/eso-controller-config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-controller-config_{context}"]
77
= controllerConfig
88

9+
[role="_abstract"]
910
The `controllerConfig` specifies the configurations used by the controller when installing the `external-secrets` operand and the plugins.
1011

1112
[cols="1,1,1,1,1",options="header"]

modules/eso-controller-status.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-controller-status_{context}"]
77
= controllerStatus
88

9+
[role="_abstract"]
910
The `controllerStatus` field contains the observed conditions of the controllers used by the Operator.
1011

1112
[cols="1,1,1,1,1",options="header"]

modules/eso-external-secrets-config.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `applicationConfig` specifies the configurations for the `external-secrets`
2121
| _integer_
2222
| `logLevel` supports a range of values as defined in the link:https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md#what-method-to-use[kubernetes logging guidelines].
2323
| 1
24-
a| The maximum range value is 5
24+
| The maximum range value is 5
2525

2626
The minimum range value is 1
2727

@@ -31,7 +31,7 @@ Optional
3131
| _string_
3232
| `operatingNamespace` restricts the `external-secrets` operand operations to the provided namespace. Enabling this field disables `ClusterSecretStore` and `ClusterExternalSecret`.
3333
|
34-
a| The maximum length is 63
34+
| The maximum length is 63
3535

3636
The minimum length is 1
3737

@@ -59,7 +59,7 @@ Optional
5959
| link:https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#toleration-v1-core[_Toleration_] _array_
6060
| `tolerations` sets the pod tolerations. For more information, see link:https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/[]
6161
|
62-
a| The maximum number of items is 50
62+
| The maximum number of items is 50
6363

6464
The minimum number of items is 0
6565

@@ -69,7 +69,7 @@ Optional
6969
| _object (keys:string, values:string)_
7070
| `nodeSelector` defines the scheduling criteria by using node labels. For more information, see link:https://kubernetes.io/docs/concepts/configuration/assign-pod-node/[]
7171
|
72-
a| The maximum number of properties is 50
72+
| The maximum number of properties is 50
7373

7474
The minimum number of properties is 0
7575

modules/eso-external-secrets-list.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-external-secrets-list_{context}"]
77
= externalSecretsConfigList
88

9+
[role="_abstract"]
910
The `externalSecretsConfigList` object fetches the list of `externalSecretsConfig` objects.
1011

1112
[cols="1,1,1,1,1",options="header"]

modules/eso-external-secrets-manager-list.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="eso-external-secrets-manager-list_{context}"]
77
= externalSecretsManagerList
88

9+
[role="_abstract"]
910
The `externalSecretsManagerList` object fetches the list of `externalSecretsManager` objects.
1011

1112

0 commit comments

Comments
 (0)