Add cert-manager to startup process

This commit is contained in:
Greg Hellings
2025-09-11 21:39:53 -05:00
parent a573f12221
commit 305ca30ad5
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -6,7 +6,6 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Change to the script directory
cd "$SCRIPT_DIR"
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.18.2/cert-manager.yaml
kubectl apply -f helm/flux.yaml
sleep 5
kubectl apply -f helm/kyverno.yaml