Skip to content

Commit 63e825a

Browse files
committed
fix broken link in operator docs
1 parent 3cbbc08 commit 63e825a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/server/kubernetes-operator/v1.0.0/getting-started/resource-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This resource type is used to define a database deployment.
2222
| `network` _[KurrentDbNetwork](#kurrentdbnetwork)_ | Yes | Defines the network configuration to use with the database |
2323
| `configuration` _yaml_ | No | Additional configuration to use with the database |
2424
| `sourceBackup` _string_ | No | Backup name to restore a cluster from |
25-
| `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. |
25+
| `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. |
2626
| `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 |
2727

2828
#### KurrentDbNetwork
@@ -59,7 +59,7 @@ This resource type is used to define a database deployment.
5959

6060
## KurrentDBBackup
6161

62-
This resource type is used to define a backup for an existing database deployment.
62+
This resource type is used to define a backup for an existing database deployment.
6363

6464
:::important
6565
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
7171
|------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
7272
| `clusterName` _string_ | Yes | Name of the source database cluster |
7373
| `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. |
74-
| `volumeSnapshotClassName` _string_ | Yes | The name of the underlying volume snapshot class to use. |
74+
| `volumeSnapshotClassName` _string_ | Yes | The name of the underlying volume snapshot class to use. |

docs/server/kubernetes-operator/v1.1.0/getting-started/resource-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This resource type is used to define a database deployment.
2222
| `network` _[KurrentDBNetwork](#kurrentdbnetwork)_ | Yes | Defines the network configuration to use with the database |
2323
| `configuration` _yaml_ | No | Additional configuration to use with the database |
2424
| `sourceBackup` _string_ | No | Backup name to restore a cluster from |
25-
| `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. |
25+
| `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. |
2626
| `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 |
2727
| `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. |
2828
| `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. |

docs/server/kubernetes-operator/v1.2.0/getting-started/resource-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This resource type is used to define a database deployment.
2222
| `network` _[KurrentDBNetwork](#kurrentdbnetwork)_ | Yes | Defines the network configuration to use with the database |
2323
| `configuration` _yaml_ | No | Additional configuration to use with the database |
2424
| `sourceBackup` _string_ | No | Backup name to restore a cluster from |
25-
| `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. |
25+
| `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. |
2626
| `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 |
2727
| `constraints` _[KurrentDBConstraints](#kurrentdbconstraints)_ | No | Scheduling constraints for the Kurrent DB pod. |
2828
| `readOnlyReplias` _[KurrentDBReadOnlyReplicasSpec](#kurrentdbreadonlyreplicasspec)_ | No | Read-only replica configuration the Kurrent DB Cluster. |

0 commit comments

Comments
 (0)