Skip to content
Snippets Groups Projects
Verified Commit eae23a09 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add cert-manager namespace so we can make the cert-manager override before installing it

parent ae4b9780
No related branches found
No related tags found
No related merge requests found
...@@ -331,6 +331,7 @@ setup-stackspin: ...@@ -331,6 +331,7 @@ setup-stackspin:
- kubectl create namespace flux-system - kubectl create namespace flux-system
- kubectl apply -k ${CLUSTER_DIR} - kubectl apply -k ${CLUSTER_DIR}
# Add an override so cert-manager uses the ZeroSSL ClusterIssuer # Add an override so cert-manager uses the ZeroSSL ClusterIssuer
- kubectl create namespace cert-manager
- kubectl apply -n cert-manager -f ./install/overrides/stackspin-cert-manager-override.yaml - kubectl apply -n cert-manager -f ./install/overrides/stackspin-cert-manager-override.yaml
# Install flux and general, non-app specific secrets # Install flux and general, non-app specific secrets
- bash ./install/install-stackspin.sh - bash ./install/install-stackspin.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment