Skip to content

Commit 008b8d9

Browse files
ericpaulsenethanndickson
authored andcommitted
toYaml .
1 parent 1f7b964 commit 008b8d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/coder/values.yaml

Lines changed: 1 addition & 1 deletion
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: ""
50+
tag: "v2.15.0"
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

helm/libcoder/templates/_coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
{{- end }}
4646
{{- with .Values.coder.topologySpreadConstraints }}
4747
topologySpreadConstraints:
48-
{{- toYaml .Values.coder.topologySpreadConstraints | nindent 8 }}
48+
{{- toYaml . | nindent 8 }}
4949
{{- end }}
5050
{{- with .Values.coder.initContainers }}
5151
initContainers:

0 commit comments

Comments
 (0)