From b08c08a38d424a92d38ca9128554421db58bfdb2 Mon Sep 17 00:00:00 2001 From: Waldek Herka Date: Thu, 23 Jun 2022 22:36:00 +0100 Subject: [PATCH] Some tiny tiny corrections: - broken link to contribution guidelines - incorrectly used name of the chart repo in the example --- CONTRIBUTING.mb => CONTRIBUTING.md | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename CONTRIBUTING.mb => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING.mb b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.mb rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 0cb2796..5bcfa56 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ $> helm repo update Then deploy the operator: ```sh -$> helm install mysql-operator helm/mysql-operator --namespace mysql-operator --create-namespace +$> helm install mysql-operator mysql-operator/mysql-operator --namespace mysql-operator --create-namespace ``` This deploys the latest MySQL Operator for Kubernetes from DockerHub using all defaults; although the deployment @@ -200,5 +200,5 @@ For additional downloads and the source code, visit: Contributing to MySQL Operator for Kubernetes, see: - * See [CONTRIBUTING](https://github.com/mysql/mysql-operator/blob/trunk/CONTRIBUTING) + * See [CONTRIBUTING](https://github.com/mysql/mysql-operator/blob/trunk/CONTRIBUTING.md)