Skip to content

Commit

Permalink
Operator 401_scheduled_backups.yaml incorrect keyspace
Browse files Browse the repository at this point in the history
In the operator example 401_scheduled_backups.yaml the incorrect namespace is used. Corrected `customer` to `commerce`

Signed-off-by: Cameron McCord <[email protected]>
  • Loading branch information
cameronmccord2 authored Sep 8, 2024
1 parent 10710d8 commit be5b7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/operator/401_scheduled_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
jobTimeoutMinute: 5
strategies:
- name: BackupShard
keyspace: "customer"
keyspace: "commerce"
shard: "-"
images:
vtctld: vitess/lite:latest
Expand Down

0 comments on commit be5b7e1

Please sign in to comment.