Skip to content

Commit d57743b

Browse files
docs: update Helm docs [skip ci]
1 parent e018fd2 commit d57743b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

charts/gbox/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To install the chart with the release name `my-release`, run the following comma
2121

2222
| Key | Type | Default | Description |
2323
|-----|------|---------|-------------|
24-
| adminAuth | object | `{"enabled":true,"password":"","username":"gbox"}` | Admin auth configuration. |
2524
| adminAuth.enabled | bool | `true` | Whether enable basic auth when interact with GraphQL admin endpoint. |
2625
| adminAuth.password | string | "gbox" | Basic auth password. |
2726
| adminAuth.username | string | `"gbox"` | Basic auth username. |
@@ -55,7 +54,6 @@ To install the chart with the release name `my-release`, run the following comma
5554
| ingress.hosts[0].paths[0].path | string | `"/"` | |
5655
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
5756
| ingress.tls | list | See [values.yaml](values.yaml). | Ingress TLS configuration. |
58-
| metrics | object | `{"enabled":true,"path":"/metrics"}` | Prometheus metric endpoint configuration |
5957
| metrics.enabled | bool | `true` | Whether enable Prometheus metric endpoint or not |
6058
| metrics.path | string | `"/metrics"` | Url path of metric endpoint. |
6159
| nameOverride | string | `""` | A name in place of the chart name for `app:` labels. |

charts/gbox/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ caching:
168168
# -- GBox extra directives, useful in cases you may want to add CORS config and/or http headers when fetch schema from upstream.
169169
extraDirectives: ''
170170

171-
# -- Admin auth configuration.
172171
adminAuth:
173172
# -- Whether enable basic auth when interact with GraphQL admin endpoint.
174173
enabled: true
@@ -180,7 +179,6 @@ adminAuth:
180179
# @default -- "gbox"
181180
password: ''
182181

183-
# Redis sub-chart configuration
184182
redis:
185183
# -- Whether enable Redis sub-chart or not.
186184
enabled: true
@@ -191,7 +189,6 @@ redis:
191189
auth:
192190
password: '!ChangeMe!'
193191

194-
# -- Prometheus metric endpoint configuration
195192
metrics:
196193
# -- Whether enable Prometheus metric endpoint or not
197194
enabled: true

0 commit comments

Comments
 (0)