From dd6b3664dd8e54c1fb3cbcd3cb45b9c7981a1937 Mon Sep 17 00:00:00 2001 From: Johannes Frey Date: Mon, 17 Jun 2024 14:28:10 +0200 Subject: [PATCH] chore: provide default values in cluster template --- templates/cluster-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 4ba85e9a6..09417d488 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -20,9 +20,9 @@ spec: helmRelease: values: "${HELM_VALUES:=}" chart: - name: ${CHART_NAME:=null} - repo: ${CHART_REPO:=null} - version: ${CHART_VERSION:=null} + name: ${CHART_NAME:=vcluster} + repo: ${CHART_REPO:=https://charts.loft.sh} + version: ${CHART_VERSION:=0.19.5} controlPlaneEndpoint: host: ${VCLUSTER_HOST:=""} port: ${VCLUSTER_PORT:=0}