Skip to content

Commit 2a60a56

Browse files
authored
fix: authentication helm chart value example (#2134)
1 parent 7ae57f6 commit 2a60a56

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

docs/user-guide/deployments-administration/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The Helm Chart does not enable User Provider mode authentication by default. You
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/version-0.12/user-guide/deployments/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/version-0.13/user-guide/deployments/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/version-0.14/user-guide/deployments/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/version-0.15/user-guide/deployments-administration/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/version-0.16/user-guide/deployments-administration/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

i18n/zh/docusaurus-plugin-content-docs/version-0.17/user-guide/deployments-administration/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Helm Chart 默认不启用 User Provider 模式的鉴权,你可以通过 `auth
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

versioned_docs/version-0.12/user-guide/deployments/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The Helm Chart does not enable User Provider mode authentication by default. You
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

versioned_docs/version-0.13/user-guide/deployments/deploy-on-kubernetes/common-helm-chart-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The Helm Chart does not enable User Provider mode authentication by default. You
201201
auth:
202202
enabled: true
203203
users:
204-
- name: "admin"
204+
- username: "admin"
205205
password: "admin"
206206
```
207207

0 commit comments

Comments
 (0)