Remove site label from default chart values 63/4563/1
authorTodd Malsbary <todd.malsbary@intel.com>
Mon, 13 Dec 2021 20:34:32 +0000 (12:34 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Mon, 13 Dec 2021 21:36:50 +0000 (13:36 -0800)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: I7846eb3f6552048439ac3620a4eebe952fab6035

deploy/cluster/values.yaml

index 5b0f8c4..87c2632 100644 (file)
@@ -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