split helm-chart repositories

This commit is contained in:
auricom
2020-12-06 00:08:47 +01:00
parent baf0d1ecf8
commit e8c72fc0e5
18 changed files with 151 additions and 152 deletions

View File

@@ -4,7 +4,7 @@ shopt -s globstar
# shellcheck disable=SC2155
REPO_ROOT=$(git rev-parse --show-toplevel)
CLUSTER_ROOT="${REPO_ROOT}/cluster"
HELM_REPOSITORIES="${CLUSTER_ROOT}/flux-system/helm-chart-repositories"
HELM_REPOSITORIES="${CLUSTER_ROOT}/_helm-chart-repositories"
# Ensure yq exist
command -v yq >/dev/null 2>&1 || {