Skip to content

Commit dd0a256

Browse files
author
Hong Hai Nguyen
committed
fix: missing condition end
1 parent 9c947b0 commit dd0a256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/sentry/templates/sentry/worker/deployment-sentry-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ spec:
131131
{{ end }}
132132
{{- if .Values.sentry.worker.volumeMounts }}
133133
{{ toYaml .Values.sentry.worker.volumeMounts | indent 8 }}
134+
{{- end }}
134135
{{- if .Values.sentry.worker.livenessProbe.enabled }}
135136
livenessProbe:
136137
periodSeconds: {{ .Values.sentry.worker.livenessProbe.periodSeconds }}

0 commit comments

Comments
 (0)