diff --git a/docs/concepts/crds/backupverifier/index.md b/docs/concepts/crds/backupverifier/index.md index 1977dac..7efa00a 100644 --- a/docs/concepts/crds/backupverifier/index.md +++ b/docs/concepts/crds/backupverifier/index.md @@ -36,7 +36,7 @@ metadata: resourceVersion: "28771" uid: 052b6035-4e16-4864-a3ab-bc0aa2bf1825 spec: - function: script-verification + function: kubedbverifier restoreOption: addonInfo: name: mysql-addon diff --git a/docs/guides/backup-verification/configuring-backup-verification/index.md b/docs/guides/backup-verification/configuring-backup-verification/index.md index c1051c8..404e281 100644 --- a/docs/guides/backup-verification/configuring-backup-verification/index.md +++ b/docs/guides/backup-verification/configuring-backup-verification/index.md @@ -54,7 +54,7 @@ metadata: name: mysql-query-verifier namespace: demo spec: - function: query-verification + function: kubedbverifier restoreOption: target: apiGroup: kubedb.com @@ -252,7 +252,7 @@ metadata: name: mysql-script-verifier namespace: demo spec: - function: script-verification + function: kubedbverifier restoreOption: target: apiGroup: kubedb.com diff --git a/docs/guides/backup-verification/overview/index.md b/docs/guides/backup-verification/overview/index.md index 5762726..5657951 100644 --- a/docs/guides/backup-verification/overview/index.md +++ b/docs/guides/backup-verification/overview/index.md @@ -44,7 +44,7 @@ The backup process consists of the following steps: 3. KubeStash operator watches for `BackupStorage` custom resources. When it finds a `BackupStorage` object, it initializes the `BackupStorage` by uploading the `metadata.yaml` file into the target storage. -4. Then, she creates a `BackupConfiguration` custom resource that specifies the targeted application, the Addon info with a specified task, etc. It also provides information about one or more repositories, each indicating a path and a `BackupStorage` for storing the backed-up data. Each repository refers to `BackupVerifier` which contains the configuration for verification. +4. Then, she creates a `BackupConfiguration` custom resource that specifies the targeted application, the Addon info with a specified task, etc. It also provides information about one or more repositories, each indicating a path and a `BackupStorage` for storing the backed-up data. Then, she creates a `BackupVerifier` custom resource and each repository refers to `BackupVerifier` which contains the configuration for verification. 5. KubeStash operator watches for `BackupConfiguration` objects.