From d737702bccd13f59965aae83f60f9433da6f50a6 Mon Sep 17 00:00:00 2001 From: Backstage Automation Date: Thu, 19 Jan 2023 13:43:32 -0500 Subject: [PATCH] Missing end --- ndustrial/deployment/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ndustrial/deployment/templates/deployment.yaml b/ndustrial/deployment/templates/deployment.yaml index ff788ed..0b0a549 100644 --- a/ndustrial/deployment/templates/deployment.yaml +++ b/ndustrial/deployment/templates/deployment.yaml @@ -164,6 +164,7 @@ spec: path: {{ .Values.readinessProbe.path }} port: http {{ omit .Values.readinessProbe "enabled" "httpget" "path" | toYaml | nindent 12 }} + {{- end }} {{- end }} {{- end }} {{- if .Values.resources }}