X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Fvalues.yaml;h=63b7fadb9c355bbc9988fe0056b47e52fc7f4f0e;hb=860d3ddea953c3f77df35762afc1a282157c846b;hp=5b0f8c4b51c4a53295a4f25a5db569b7ff1f8f88;hpb=7f5b95aaf15bca22ac6506ac5e1b5db0d0437222;p=icn.git diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 5b0f8c4..63b7fad 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 @@ -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