Skip to content

Commit 78272a5

Browse files
docs: Update the-hard-way.md (#1581) (#1584)
Co-authored-by: JiChang Xu <[email protected]>
1 parent 486b46a commit 78272a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/latest/tutorials/the-hard-way.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The key used in the example above is the default key and should be changed in pr
295295
We can now create a ConfigMap from this configuration file. To do this, run:
296296

297297
```shell
298-
kubectl -n apisix create cm apisix-conf --from-file ./config.yaml
298+
kubectl -n apisix apply -f ./apisix-config.yaml
299299
```
300300

301301
We can mount this ConfigMap to the APISIX deployment.

0 commit comments

Comments
 (0)