Skip to content

Commit ddb3820

Browse files
authored
fix: correct service role in helm chart configuration examples (#1881)
Signed-off-by: WenyXu <[email protected]>
1 parent 82c541b commit ddb3820

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
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
@@ -165,7 +165,7 @@ frontend:
165165
For different Role services, youcan inject custom TOML configuration files through the `${role}.configData` field, as shown below:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

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
@@ -165,7 +165,7 @@ frontend:
165165
对于不同 Role 的服务,你可以通过 `${role}.configData` 字段注入自定义的 TOML 配置文件,如下所示:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

i18n/zh/docusaurus-plugin-content-docs/version-0.11/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
@@ -165,7 +165,7 @@ frontend:
165165
对于不同 Role 的服务,你可以通过 `${role}.configData` 字段注入自定义的 TOML 配置文件,如下所示:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

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
@@ -165,7 +165,7 @@ frontend:
165165
对于不同 Role 的服务,你可以通过 `${role}.configData` 字段注入自定义的 TOML 配置文件,如下所示:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

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
@@ -165,7 +165,7 @@ frontend:
165165
对于不同 Role 的服务,你可以通过 `${role}.configData` 字段注入自定义的 TOML 配置文件,如下所示:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

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
@@ -165,7 +165,7 @@ frontend:
165165
对于不同 Role 的服务,你可以通过 `${role}.configData` 字段注入自定义的 TOML 配置文件,如下所示:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

versioned_docs/version-0.11/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
@@ -165,7 +165,7 @@ frontend:
165165
For different Role services, youcan inject custom TOML configuration files through the `${role}.configData` field, as shown below:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

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
@@ -165,7 +165,7 @@ frontend:
165165
For different Role services, youcan inject custom TOML configuration files through the `${role}.configData` field, as shown below:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

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
@@ -165,7 +165,7 @@ frontend:
165165
For different Role services, youcan inject custom TOML configuration files through the `${role}.configData` field, as shown below:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

versioned_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
@@ -165,7 +165,7 @@ frontend:
165165
For different Role services, youcan inject custom TOML configuration files through the `${role}.configData` field, as shown below:
166166

167167
```yaml
168-
frontend:
168+
datanode:
169169
configData: |
170170
[[region_engine]]
171171
[region_engine.mito]

0 commit comments

Comments
 (0)