Skip to content

Commit

Permalink
docs: Update the-hard-way.md (#1581) (#1584)
Browse files Browse the repository at this point in the history
Co-authored-by: JiChang Xu <xujichang@outlook.com>
  • Loading branch information
tao12345666333 and JichinX authored Jan 4, 2023
1 parent 486b46a commit 78272a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/tutorials/the-hard-way.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ The key used in the example above is the default key and should be changed in pr
We can now create a ConfigMap from this configuration file. To do this, run:

```shell
kubectl -n apisix create cm apisix-conf --from-file ./config.yaml
kubectl -n apisix apply -f ./apisix-config.yaml
```

We can mount this ConfigMap to the APISIX deployment.
Expand Down

0 comments on commit 78272a5

Please sign in to comment.