Skip to content

Commit 12f2f62

Browse files
authored
sourcegraph: fix extraResources default values (#187)
1 parent d29d028 commit 12f2f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/sourcegraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In addition to the documented values, all services also support the following va
8080
| codeIntelDB.serviceAccount.create | bool | `false` | Enable creation of ServiceAccount for `codeintel-db` |
8181
| codeIntelDB.serviceAccount.name | string | `""` | Name of the ServiceAccount to be created or an existing ServiceAccount |
8282
| codeIntelDB.storageSize | string | `"200Gi"` | PVC Storage Request for `codeintel-db` data volume |
83-
| extraResources | object | `{}` | Additional resources to include in the rendered manifest. Templates are supported. |
83+
| extraResources | list | `[]` | Additional resources to include in the rendered manifest. Templates are supported. |
8484
| frontend.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}` | Security context for the `frontend` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
8585
| frontend.env | object | the chart will add some default environment values | Environment variables for the `frontend` container |
8686
| frontend.image.defaultTag | string | `"4.0.1@sha256:a56e2df91184c92c181b4d10dbb9cde782e3cc038e6bd957ddc6a85dfab87afd"` | Docker image tag for the `frontend` image |

charts/sourcegraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,4 +1206,4 @@ worker:
12061206
name: ""
12071207

12081208
# -- Additional resources to include in the rendered manifest. Templates are supported.
1209-
extraResources: {}
1209+
extraResources: []

0 commit comments

Comments
 (0)