Skip to content

Commit

Permalink
Update README.md for mysql blueprint (#1459)
Browse files Browse the repository at this point in the history
The name of the statefulset is not in sync with the release name.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
akankshakumari393 and mergify[bot] committed Jun 8, 2022
1 parent 5de51df commit 30ec103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ s3-profile-drnw9 2m

# Create Actionset
# Please make sure the value of profile and blueprint matches with the names of profile and blueprint that we have created already
$ kanctl create actionset --action backup --namespace kanister --blueprint mysql-blueprint --statefulset mysql-test/mysql-release-master --profile mysql-test/s3-profile-drnw9 --secrets mysql=mysql-test/mysql-release
$ kanctl create actionset --action backup --namespace kanister --blueprint mysql-blueprint --statefulset mysql-test/mysql-release --profile mysql-test/s3-profile-drnw9 --secrets mysql=mysql-test/mysql-release
actionset backup-rslmb created

$ kubectl --namespace kanister get actionsets.cr.kanister.io
Expand Down

0 comments on commit 30ec103

Please sign in to comment.