From 0cdfe935a5244be975d399d9e9381f312d7c0937 Mon Sep 17 00:00:00 2001 From: John Dietz Date: Mon, 30 Oct 2023 15:58:40 -0400 Subject: [PATCH] fix: change api to understand it's cluster zero by default (#232) --- 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 058f81c5..3d4eacde 100644 --- a/charts/kubefirst-api/templates/deployment.yaml +++ b/charts/kubefirst-api/templates/deployment.yaml @@ -96,6 +96,8 @@ spec: value: {{ .Values.global.kubefirstVersion | default "unset" }} - name: USE_TELEMETRY value: {{ .Values.global.useTelemetry | default "true" | quote }} + - name: IS_CLUSTER_ZERO + value: {{ .Values.isClusterZero | default "true" | quote }} #internal use {{- if .Values.env }} {{- range $envVar := .Values.env }} - name: {{ $envVar.name }}