Updates setup scripts directory references.

This commit is contained in:
2025-07-07 09:32:08 -07:00
parent 5053fb8a50
commit 51af391985
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
CERT_MANAGER_DIR="${CLUSTER_SETUP_DIR}/cert-manager"
print_header "Setting up cert-manager"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
COREDNS_DIR="${CLUSTER_SETUP_DIR}/coredns"
print_header "Setting up CoreDNS for k3s"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
DOCKER_REGISTRY_DIR="${CLUSTER_SETUP_DIR}/docker-registry"
print_header "Setting up Docker Registry"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
EXTERNALDNS_DIR="${CLUSTER_SETUP_DIR}/externaldns"
print_header "Setting up ExternalDNS"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
KUBERNETES_DASHBOARD_DIR="${CLUSTER_SETUP_DIR}/kubernetes-dashboard"
print_header "Setting up Kubernetes Dashboard"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
LONGHORN_DIR="${CLUSTER_SETUP_DIR}/longhorn"
echo "Setting up Longhorn..."

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
METALLB_DIR="${CLUSTER_SETUP_DIR}/metallb"
print_header "Setting up MetalLB"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
TRAEFIK_DIR="${CLUSTER_SETUP_DIR}/traefik"
print_header "Setting up Traefik ingress controller"

View File

@@ -11,7 +11,7 @@ else
init_wild_env
fi
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
UTILS_DIR="${CLUSTER_SETUP_DIR}/utils"
echo "Setting up cluster utilities..."