Skip to content

Commit

Permalink
Merge pull request radondb#429 from andyli029/fix_typo
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
andyli029 authored Mar 28, 2022
2 parents 9e7cf54 + b9a1699 commit f6932c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en-us/deploy_backup_restore_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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
mysqlVersion: "5.7"
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
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/deploy_backup_restore_s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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
mysqlVersion: "5.7"
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
Expand Down

0 comments on commit f6932c6

Please sign in to comment.