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 }}