X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Fcluster.sh;h=101e7bd9a86f98ab373b5c869abe22ee424a0038;hb=d63ac9f8de3b8fdfc2f0d122354e2f6f0ac5a063;hp=397fc8002b4472c633f3760e868ab1388c6a114f;hpb=88b7a01277ac7512a0762b993283522d8b943972;p=icn.git diff --git a/deploy/cluster/cluster.sh b/deploy/cluster/cluster.sh index 397fc80..101e7bd 100755 --- a/deploy/cluster/cluster.sh +++ b/deploy/cluster/cluster.sh @@ -20,7 +20,12 @@ EOF } function build_source_flux { - flux install --export >${SCRIPTDIR}/addons/flux-system.yaml + # NOTE: This reaches outside this directory to + # deploy/site/cluster-addons/flux-system. This is to ensure that + # the day-0 config of a cluster using deploy/site/cluster-addons + # is in sync with the chart. + flux install --export >${SCRIPTDIR}/../site/cluster-addons/flux-system/gotk-components.yaml + kustomize build ${SCRIPTDIR}/../site/cluster-addons/flux-system >${SCRIPTDIR}/addons/flux-system.yaml cat <>${SCRIPTDIR}/addons/flux-system.yaml --- apiVersion: rbac.authorization.k8s.io/v1