From c720cc34a7712a18eae86070ff8c5cad4a853a50 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 28 Mar 2022 19:31:05 +0800 Subject: [PATCH] docs: fix typo --- docs/en-us/deploy_backup_restore_s3.md | 4 ++-- docs/zh-cn/deploy_backup_restore_s3.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en-us/deploy_backup_restore_s3.md b/docs/en-us/deploy_backup_restore_s3.md index c0126f45..aa80ac5e 100644 --- a/docs/en-us/deploy_backup_restore_s3.md +++ b/docs/en-us/deploy_backup_restore_s3.md @@ -33,7 +33,7 @@ then, create the secret in k8s. ``` kubectl create -f config/samples/backup_secret.yaml ``` -Please add the backupSecretName in mysql_v1apha1_mysqlcluster.yaml, name as secret file: +Please add the backupSecretName in mysql_v1alpha1_mysqlcluster.yaml, name as secret file: ```yaml spec: replicas: 3 @@ -41,7 +41,7 @@ spec: backupSecretName: sample-backup-secret ... ``` -now create backup yaml file mysql_v1apha1_backup.yaml like this: +now create backup yaml file mysql_v1alpha1_backup.yaml like this: ```yaml apiVersion: mysql.radondb.com/v1alpha1 diff --git a/docs/zh-cn/deploy_backup_restore_s3.md b/docs/zh-cn/deploy_backup_restore_s3.md index c0126f45..aa80ac5e 100644 --- a/docs/zh-cn/deploy_backup_restore_s3.md +++ b/docs/zh-cn/deploy_backup_restore_s3.md @@ -33,7 +33,7 @@ then, create the secret in k8s. ``` kubectl create -f config/samples/backup_secret.yaml ``` -Please add the backupSecretName in mysql_v1apha1_mysqlcluster.yaml, name as secret file: +Please add the backupSecretName in mysql_v1alpha1_mysqlcluster.yaml, name as secret file: ```yaml spec: replicas: 3 @@ -41,7 +41,7 @@ spec: backupSecretName: sample-backup-secret ... ``` -now create backup yaml file mysql_v1apha1_backup.yaml like this: +now create backup yaml file mysql_v1alpha1_backup.yaml like this: ```yaml apiVersion: mysql.radondb.com/v1alpha1