argocd and cert-manager

This commit is contained in:
Roger Oriol
2026-06-22 23:40:37 +02:00
parent 12c2832ec0
commit fe2f1b85f8
5 changed files with 68 additions and 1 deletions

2
cert-manager/install.sh Normal file
View File

@@ -0,0 +1,2 @@
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/latest/download/cert-manager.yaml
kubectl wait --for=condition=available --timeout=120s deployment/cert-manager -n cert-manager