Skip to content

Commit f9a5be0

Browse files
committed
Revert some of the yaml linter changes
1 parent 5a0b5ba commit f9a5be0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

charts/sourcegraph/values.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,14 @@ jaeger:
11601160
# -- Name used by resources. Does not affect service names or PVCs.
11611161
name: "jaeger"
11621162
# -- Default args passed to the `jaeger` binary
1163-
args: [ "--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled", "--collector.otlp.grpc.host-port=:4320", "--collector.otlp.http.host-port=:4321" ]
1163+
args:
1164+
[
1165+
"--memory.max-traces=20000",
1166+
"--sampling.strategies-file=/etc/jaeger/sampling_strategies.json",
1167+
"--collector.otlp.enabled",
1168+
"--collector.otlp.grpc.host-port=:4320",
1169+
"--collector.otlp.http.host-port=:4321",
1170+
]
11641171
# -- Security context for the `jaeger` container,
11651172
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
11661173
containerSecurityContext:
@@ -1227,7 +1234,8 @@ worker:
12271234
# -- Scale worker horizontally by configuring additional replicas dedicated to specific jobs.
12281235
# for each replica, configure the dedicated jobs to run on this replica.
12291236
# learn more from https://sourcegraph.com/docs/admin/workers#3-split-jobs-and-scale-independently
1230-
replicas: []
1237+
replicas:
1238+
[]
12311239
# - jobs: []
12321240
# resources:
12331241
# limits:

0 commit comments

Comments
 (0)