Skip to content

Commit

Permalink
fix typo in backup manifests (#5976)
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git authored Dec 16, 2024
1 parent 74db3ac commit db45da3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifests/backup/backup-aws-s3-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
# cleanPolicy: OnFailure
br:
cluster: myCluster
# clusterNamespce: <backup-namespace>
# clusterNamespace: <backup-namespace>
# logLevel: info
# statusAddr: <status-addr>
# concurrency: 4
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/backup-gcs-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
br:
cluster: mycluster
sendCredToTikv: true
# clusterNamespce: <backup-namespace>
# clusterNamespace: <backup-namespace>
# logLevel: info
# statusAddr: <status-addr>
# concurrency: 4
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/backup-s3-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
# memory: 300Mi
br:
cluster: myCluster
# clusterNamespce: <backup-namespace>
# clusterNamespace: <backup-namespace>
# logLevel: info
# statusAddr: <status-addr>
# concurrency: 4
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/backup-schedule-aws-s3-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# cleanPolicy: OnFailure
br:
cluster: myCluster
# clusterNamespce: backupNamespace
# clusterNamespace: backupNamespace
# logLevel: info
# statusAddr: <status-addr>
# concurrency: 4
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/backup-schedule-gcs-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
br:
cluster: myCluster
sendCredToTikv: true
# clusterNamespce: backupNamespace
# clusterNamespace: backupNamespace
# logLevel: info
# statusAddr: <status-addr>
# concurrency: 4
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/backup-schedule-s3-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# cleanPolicy: OnFailure
br:
cluster: myCluster
# clusterNamespce: backupNamespace
# clusterNamespace: backupNamespace
# logLevel: info
# statusAddr: <status-addr>
# concurrency: 4
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/restore-aws-s3-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
# serviceAccount: myServiceAccount
br:
cluster: myCluster
# clusterNamespce: <restore-namespace>
# clusterNamespace: <restore-namespace>
# db: <db-name>
# table: <table-name>
# logLevel: info
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/restore-gcs-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
br:
cluster: myCluster
sendCredToTikv: true
# clusterNamespce: <restore-namespace>
# clusterNamespace: <restore-namespace>
# db: <db-name>
# table: <table-name>
# logLevel: info
Expand Down
2 changes: 1 addition & 1 deletion manifests/backup/restore-s3-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# memory: 300Mi
br:
cluster: myCluster
# clusterNamespce: <restore-namespace>
# clusterNamespace: <restore-namespace>
# db: <db-name>
# table: <table-name>
# logLevel: info
Expand Down

0 comments on commit db45da3

Please sign in to comment.