diff --git a/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md b/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md index b7cb74b60..66633617d 100644 --- a/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md +++ b/docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md @@ -22,7 +22,7 @@ This resource type is used to define a database deployment. | `network` _[KurrentDbNetwork](#kurrentdbnetwork)_ | Yes | Defines the network configuration to use with the database | | `configuration` _yaml_ | No | Additional configuration to use with the database | | `sourceBackup` _string_ | No | Backup name to restore a cluster from | -| `security` _[KurrentDbSecurity](#kurrentdbecurity)_ | No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. | +| `security` _[KurrentDbSecurity](#kurrentdbsecurity)_ | No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. | | `licenseSecret` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secret-v1-core)_ | No | A secret that contains the Enterprise license for the database | #### KurrentDbNetwork @@ -59,7 +59,7 @@ This resource type is used to define a database deployment. ## KurrentDBBackup -This resource type is used to define a backup for an existing database deployment. +This resource type is used to define a backup for an existing database deployment. :::important Resources of this type must be created within the same namespace as the target database cluster to backup. @@ -71,4 +71,4 @@ Resources of this type must be created within the same namespace as the target d |------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------| | `clusterName` _string_ | Yes | Name of the source database cluster | | `nodeName` _string_ | No | Specific node name within the database cluster to use as the backup. If this is not specified, the leader will be picked as the source. | - | `volumeSnapshotClassName` _string_ | Yes | The name of the underlying volume snapshot class to use. | \ No newline at end of file + | `volumeSnapshotClassName` _string_ | Yes | The name of the underlying volume snapshot class to use. | diff --git a/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md b/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md index 185278748..b68a247da 100644 --- a/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md +++ b/docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md @@ -22,7 +22,7 @@ This resource type is used to define a database deployment. | `network` _[KurrentDBNetwork](#kurrentdbnetwork)_ | Yes | Defines the network configuration to use with the database | | `configuration` _yaml_ | No | Additional configuration to use with the database | | `sourceBackup` _string_ | No | Backup name to restore a cluster from | -| `security` _[KurrentDBSecurity](#kurrentdbecurity)_ | No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. | +| `security` _[KurrentDBSecurity](#kurrentdbsecurity)_ | No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. | | `licenseSecret` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secret-v1-core)_ | No | A secret that contains the Enterprise license for the database | | `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. | | `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. | diff --git a/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md b/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md index 8a03de238..6623e3b69 100644 --- a/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md +++ b/docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md @@ -22,7 +22,7 @@ This resource type is used to define a database deployment. | `network` _[KurrentDBNetwork](#kurrentdbnetwork)_ | Yes | Defines the network configuration to use with the database | | `configuration` _yaml_ | No | Additional configuration to use with the database | | `sourceBackup` _string_ | No | Backup name to restore a cluster from | -| `security` _[KurrentDBSecurity](#kurrentdbecurity)_ | No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. | +| `security` _[KurrentDBSecurity](#kurrentdbsecurity)_ | No | Security configuration to use for the database. This is optional, if not specified the cluster will be created without security enabled. | | `licenseSecret` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#secret-v1-core)_ | No | A secret that contains the Enterprise license for the database | | `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. | | `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. |