From 8bb3bcdfb42d66e758100fba475bf169215db39e Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Mon, 13 Dec 2021 12:34:32 -0800 Subject: [PATCH] Remove site label from default chart values Signed-off-by: Todd Malsbary Change-Id: I7846eb3f6552048439ac3620a4eebe952fab6035 --- deploy/cluster/values.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 5b0f8c4..87c2632 100644 --- a/deploy/cluster/values.yaml +++ b/deploy/cluster/values.yaml @@ -1,12 +1,10 @@ # clusterName is the name of the cluster. clusterName: cluster-1 -# clusterLabels is a dictionary of labels. The provider and site -# labels are shown as examples only; additional labels may be -# provided. +# clusterLabels is a dictionary of labels. The provider label is +# shown as an example only; additional labels may be provided. clusterLabels: provider: icn - site: test-site # numControlPlaneMachines is the number of control plane nodes. numControlPlaneMachines: 1 -- 2.16.6