Skip to content

Commit

Permalink
fix other file errors proxysql
Browse files Browse the repository at this point in the history
Signed-off-by: TasdidurRahman <[email protected]>
  • Loading branch information
TasdidurRahman committed Dec 12, 2022
1 parent fb14990 commit 3b53608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/elasticsearch/quickstart/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Here,
Let's create the Elasticsearch CR that is shown above:

```bash
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/elasticsearch/quickstart/mysqlgrp/yamls/elasticsearch.yaml
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/elasticsearch/quickstart/overview/yamls/elasticsearch.yaml
elasticsearch.kubedb.com/es-quickstart created
```

Expand Down Expand Up @@ -531,7 +531,7 @@ Say, the Elasticsearch CR was deleted with `spec.terminationPolicy` to `Halt` an
You can do it by simpily re-deploying the original Elasticsearch object:

```bash
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/elasticsearch/quickstart/mysqlgrp/yamls/elasticsearch.yaml
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/elasticsearch/quickstart/overview/yamls/elasticsearch.yaml
elasticsearch.kubedb.com/es-quickstart created
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mariadb/quickstart/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
```
```bash
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/mariadb/quickstart/mysqlgrp/examples/sample-mariadb.yaml
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/mariadb/quickstart/overview/examples/sample-mariadb.yaml
mariadb.kubedb.com/sample-mariadb created
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mysql/custom-rbac/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ secrets:
Now, we need to create a role that has necessary access permissions for the MySQL instance named `quick-mysql`.

```bash
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/mysql/custom-rbac/yamls/prx-custom-role.yaml
$ kubectl apply -f https://github.com/kubedb/docs/raw/{{< param "info.version" >}}/docs/guides/mysql/custom-rbac/yamls/my-custom-role.yaml
role.rbac.authorization.k8s.io/my-custom-role created
```

Expand Down

0 comments on commit 3b53608

Please sign in to comment.