We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486b46a commit 78272a5Copy full SHA for 78272a5
docs/en/latest/tutorials/the-hard-way.md
@@ -295,7 +295,7 @@ The key used in the example above is the default key and should be changed in pr
295
We can now create a ConfigMap from this configuration file. To do this, run:
296
297
```shell
298
-kubectl -n apisix create cm apisix-conf --from-file ./config.yaml
+kubectl -n apisix apply -f ./apisix-config.yaml
299
```
300
301
We can mount this ConfigMap to the APISIX deployment.
0 commit comments