From b40bd12620a90898f235726da1eff3f86ff979e4 Mon Sep 17 00:00:00 2001 From: k8s wrangler <6446939+k8swrangler@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:50:23 -0500 Subject: [PATCH] fix: update chart deployment with api ee env --- charts/kubefirst-api/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/kubefirst-api/templates/deployment.yaml b/charts/kubefirst-api/templates/deployment.yaml index 77162fd2..1dc5543b 100644 --- a/charts/kubefirst-api/templates/deployment.yaml +++ b/charts/kubefirst-api/templates/deployment.yaml @@ -88,6 +88,8 @@ spec: value: {{ .Values.kubefirstTeamInfo | default "" | quote }} - name: KUBEFIRST_VERSION value: {{ .Values.global.kubefirstVersion | default "unset" }} + - name: ENTERPRISE_API_URL + value: 'http://kubefirst-kubefirst-api-ee.kubefirst.svc.cluster.local' {{- if .Values.env }} {{- range $envVar := .Values.env }} - name: {{ $envVar.name }}