From ce7d16806538f529725430dd6ae0a7552677fd2e Mon Sep 17 00:00:00 2001 From: Johannes Frey Date: Thu, 4 Apr 2024 16:52:08 +0200 Subject: [PATCH] Fix comment about default distro --- chart/values.yaml | 2 +- config/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 4a3d606ae6..e8ae77ccb4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -61,7 +61,7 @@ sync: # Control Plane Options controlPlane: - # What distro to use for vCluster, if none is specified, k3s is used + # What distro to use for vCluster, if none is specified, k8s is used distro: k3s: enabled: false diff --git a/config/values.yaml b/config/values.yaml index 4a3d606ae6..e8ae77ccb4 100644 --- a/config/values.yaml +++ b/config/values.yaml @@ -61,7 +61,7 @@ sync: # Control Plane Options controlPlane: - # What distro to use for vCluster, if none is specified, k3s is used + # What distro to use for vCluster, if none is specified, k8s is used distro: k3s: enabled: false