Add new infra architecture
This commit is contained in:
@@ -282,7 +282,7 @@ setup_cluster_issuers() {
|
||||
print_status "Setting up cluster issuers..."
|
||||
|
||||
# Check if cert-manager components exist
|
||||
if [ ! -f "infrastructure/kubernetes/base/components/cert-manager/cluster-issuer-staging.yaml" ]; then
|
||||
if [ ! -f "infrastructure/platform/cert-manager/cluster-issuer-staging.yaml" ]; then
|
||||
print_error "cert-manager component files not found. Please ensure you're running this script from the project root."
|
||||
exit 1
|
||||
fi
|
||||
@@ -291,9 +291,9 @@ setup_cluster_issuers() {
|
||||
print_status "Applying cluster issuers..."
|
||||
|
||||
local issuer_files=(
|
||||
"infrastructure/kubernetes/base/components/cert-manager/cluster-issuer-staging.yaml"
|
||||
"infrastructure/kubernetes/base/components/cert-manager/local-ca-issuer.yaml"
|
||||
"infrastructure/kubernetes/base/components/cert-manager/cluster-issuer-production.yaml"
|
||||
"infrastructure/platform/cert-manager/cluster-issuer-staging.yaml"
|
||||
"infrastructure/platform/cert-manager/local-ca-issuer.yaml"
|
||||
"infrastructure/platform/cert-manager/cluster-issuer-production.yaml"
|
||||
)
|
||||
|
||||
for issuer_file in "${issuer_files[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user