Skip to content

Commit

Permalink
chore: provide default values in cluster template
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Jun 17, 2024
1 parent 4bb5f60 commit dd6b366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit dd6b366

Please # to comment.