Skip to content

Commit dc280b5

Browse files
docs: Update command in gke.md (#2302)
Missing apisix key for set variable
1 parent daf7608 commit dc280b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/en/latest/deployments

docs/en/latest/deployments/gke.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ It is recommended to change the default keys for security:
114114
```
115115

116116
```shell
117-
--set admin.credentials.admin=ADMIN_KEY_GENERATED_BY_YOURSELF
117+
--set apisix.admin.credentials.admin=ADMIN_KEY_GENERATED_BY_YOURSELF
118118
```
119119

120120
```shell
121-
--set admin.credentials.viewer=VIEWER_KEY_GENERATED_BY_YOURSELF
121+
--set apisix.admin.credentials.viewer=VIEWER_KEY_GENERATED_BY_YOURSELF
122122
```
123123

124124
:::note

0 commit comments

Comments
 (0)