From 50ec4ac0e3830b3a5db44f31242104efd3b22923 Mon Sep 17 00:00:00 2001 From: Eden Federman Date: Thu, 30 May 2024 16:32:07 +0300 Subject: [PATCH] Image prefix fix --- charts/odigos/templates/autoscaler/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/odigos/templates/autoscaler/deployment.yaml b/charts/odigos/templates/autoscaler/deployment.yaml index a95dfed..5182ef1 100644 --- a/charts/odigos/templates/autoscaler/deployment.yaml +++ b/charts/odigos/templates/autoscaler/deployment.yaml @@ -22,8 +22,8 @@ spec: - --health-probe-bind-address=:8081 - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - {{ if .Values.image.prefix }} - - --image-prefix={{ .Values.image.prefix }} + {{ if .Values.imagePrefix }} + - --image-prefix={{ .Values.imagePrefix }} {{ end }} command: - /app