Skip to content

Commit

Permalink
fix typo in backup manifests (#5977)
Browse files Browse the repository at this point in the history
Co-authored-by: makocchi-git <[email protected]>
  • Loading branch information
ti-chi-bot and makocchi-git authored Dec 16, 2024
1 parent 7d05146 commit f35fc47
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 f35fc47

Please sign in to comment.