fluxcd: cert-manager

This commit is contained in:
Márcio Fernandes
2026-06-07 15:32:38 +00:00
parent 3654e56ae6
commit 58b3d8cf27
6 changed files with 50 additions and 6 deletions
+3 -6
View File
@@ -84,11 +84,8 @@ kubectl delete order -l cert-manager.io/certificate-name=monitoring-limbosoluti
## helm chart
Using flux for reconciliation.
``` bash
helm repo add jetstack https://charts.jetstack.io --force-update
helm upgrade --install cert-manager jetstack/cert-manager \
--namespace kube-system \
--version=v1.20.2 \
--create-namespace \
--set crds.enabled=true
kubectl kustomize deploy/flux | kubectl apply -f -
```