This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch v1.8.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/v1.8.0 by this push:
new dc280b59 docs: Update command in gke.md (#2302)
dc280b59 is described below
commit dc280b5975af5ffe3721dfdb14d01a9dd7e3d99f
Author: Le Baron de Charlus <[email protected]>
AuthorDate: Fri Sep 27 08:03:59 2024 +0200
docs: Update command in gke.md (#2302)
Missing apisix key for set variable
---
docs/en/latest/deployments/gke.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/deployments/gke.md
b/docs/en/latest/deployments/gke.md
index a460e52c..588f22b8 100644
--- a/docs/en/latest/deployments/gke.md
+++ b/docs/en/latest/deployments/gke.md
@@ -114,11 +114,11 @@ It is recommended to change the default keys for security:
```
```shell
---set admin.credentials.admin=ADMIN_KEY_GENERATED_BY_YOURSELF
+--set apisix.admin.credentials.admin=ADMIN_KEY_GENERATED_BY_YOURSELF
```
```shell
---set admin.credentials.viewer=VIEWER_KEY_GENERATED_BY_YOURSELF
+--set apisix.admin.credentials.viewer=VIEWER_KEY_GENERATED_BY_YOURSELF
```
:::note