8000 rm values · coder/coder@bf572ed · GitHub
[go: up one dir, main page]

Skip to content

Commit bf572ed

Browse files
committed
rm values
1 parent 0d49b23 commit bf572ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

helm/coder/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ coder:
4747
# if not set. If you're using the chart directly from git, the default
4848
# app version will not work and you'll need to set this value. The helm
4949
# chart helpfully fails quickly in this case.
50-
tag: "v2.15.0"
50+
tag: ""
5151
# coder.image.pullPolicy -- The pull policy to use for the image. See:
5252
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
5353
pullPolicy: IfNotPresent
@@ -234,14 +234,14 @@ coder:
234234
topologyKey: kubernetes.io/hostname
235235
weight: 1
236236

237-
# coder.topologySpreadConstraints -- Topology spread constraints for the Coder pod.
238237
topologySpreadConstraints:
239-
- maxSkew: 1
240-
topologyKey: kubernetes.io/hostname
241-
whenUnsatisfiable: DoNotSchedule
242-
labelSelector:
243-
matchLabels:
244-
app: coder
238+
[]
239+
# - maxSkew: 1
240+
# topologyKey: kubernetes.io/hostname
241+
# whenUnsatisfiable: DoNotSchedule
242+
# labelSelector:
243+
# matchLabels:
244+
# app.kubernetes.io/instance: coder
245245

246246
# coder.tolerations -- Tolerations for tainted nodes.
247247
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

0 commit comments

Comments
 (0)
0