Skip to content

Commit

Permalink
Update gke.md
Browse files Browse the repository at this point in the history
Missing apisix key for set variable
  • Loading branch information
LeBaronDeCharlus authored Sep 26, 2024
1 parent daf7608 commit 7434340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/latest/deployments/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7434340

Please sign in to comment.