File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
# if not set. If you're using the chart directly from git, the default
48
48
# app version will not work and you'll need to set this value. The helm
49
49
# chart helpfully fails quickly in this case.
50
- tag : " v2.15.0 "
50
+ tag : " "
51
51
# coder.image.pullPolicy -- The pull policy to use for the image. See:
52
52
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
53
53
pullPolicy : IfNotPresent
@@ -236,14 +236,14 @@ coder:
236
236
topologyKey : kubernetes.io/hostname
237
237
weight : 1
238
238
239
- # coder.topologySpreadConstraints -- Topology spread constraints for the Coder pod.
240
239
topologySpreadConstraints :
241
- - maxSkew : 1
242
- topologyKey : kubernetes.io/hostname
243
- whenUnsatisfiable : DoNotSchedule
244
- labelSelector :
245
- matchLabels :
246
- app : coder
240
+ []
241
+ # - maxSkew: 1
242
+ # topologyKey: kubernetes.io/hostname
243
+ # whenUnsatisfiable: DoNotSchedule
244
+ # labelSelector:
245
+ # matchLabels:
246
+ # app.kubernetes.io/instance: coder
247
247
248
248
# coder.tolerations -- Tolerations for tainted nodes.
249
249
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
You can’t perform that action at this time.
0 commit comments