From 070eff52e1d58cac6ae6f8270db51a443af35c52 Mon Sep 17 00:00:00 2001 From: Grace Wehner Date: Tue, 7 Mar 2023 11:38:35 -0800 Subject: [PATCH] Attempt 2 for fixing for deploying to dev cluster (#417) --- .../templates/prometheus-collector-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-deployment.yaml b/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-deployment.yaml index 62ed555f4..e1fa6caa2 100644 --- a/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-deployment.yaml +++ b/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-deployment.yaml @@ -16,8 +16,8 @@ spec: rsName: {{ template "prometheus-collector.fullname" . }} strategy: type: RollingUpdate - {{- if .values.deploymentProgressDeadlineSeconds }} - progressDeadlineSeconds: {{.values.deploymentProgressDeadlineSeconds }} + {{- if .Values.deploymentProgressDeadlineSeconds }} + progressDeadlineSeconds: {{.Values.deploymentProgressDeadlineSeconds }} {{- end }} template: metadata: