Rename cluster-e2etest to cluster-icn
[icn.git] / deploy / cluster / values.yaml
index 5b0f8c4..63b7fad 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
@@ -75,7 +73,7 @@ flux:
   branch: master
   # path is the repository to the resources to be applied to the
   # cluster.
-  path: ./deploy/site/e2etest
+  path: ./deploy/site/cluster-icn
 
 # containerRuntime may be containerd or docker.
 containerRuntime: containerd