diff --git a/charts/actions-runner-controller/templates/deployment.yaml b/charts/actions-runner-controller/templates/deployment.yaml index 9fb64930..a742faa3 100644 --- a/charts/actions-runner-controller/templates/deployment.yaml +++ b/charts/actions-runner-controller/templates/deployment.yaml @@ -149,13 +149,13 @@ spec: securityContext: {{- toYaml .Values.securityContext | nindent 12 }} {{- if .Values.startupProbe }} - startupProbe: {{ .Values.startupProbe }} + startupProbe: {{ toYaml .Values.startupProbe | nindent 12 }} {{- end }} {{- if .Values.livenessProbe }} - livenessProbe: {{ .Values.livenessProbe }} + livenessProbe: {{ toYaml .Values.livenessProbe | nindent 12 }} {{- end }} {{- if .Values.readinessProbe }} - readinessProbe: {{ .Values.readinessProbe }} + readinessProbe: {{ toYaml .Values.readinessProbe | nindent 12 }} {{- end }} volumeMounts: {{- if .Values.authSecret.enabled }}