Update certificate secrets for Wild Cloud deployment

This commit is contained in:
2025-05-28 14:08:58 -07:00
parent 437a8a452e
commit b13055a139

View File

@@ -128,8 +128,8 @@ if [[ -n "$NAMESPACE" ]]; then
echo "Creating namespace $NAMESPACE if it doesn't exist..." echo "Creating namespace $NAMESPACE if it doesn't exist..."
kubectl create namespace "$NAMESPACE" --dry-run=client -o yaml | kubectl apply -f - kubectl create namespace "$NAMESPACE" --dry-run=client -o yaml | kubectl apply -f -
# Copy certificates to the namespace # Copy certificates to the namespace
copy-secret cert-manager:wildcard-internal-sovereign-cloud-tls $NAMESPACE copy-secret cert-manager:wildcard-internal-wild-cloud-tls $NAMESPACE
copy-secret cert-manager:wildcard-sovereign-cloud-tls $NAMESPACE copy-secret cert-manager:wildcard-wild-cloud-tls $NAMESPACE
fi fi
# Apply the service # Apply the service