Add Let's Encrypt staging ClusterIssuer

This commit is contained in:
2026-07-23 00:53:27 +02:00
parent 81044f26e2
commit 0f34b5c88e
3 changed files with 47 additions and 0 deletions
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager-config
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: gitea@172.16.2.52:baptiste/k8s.git
targetRevision: main
path: infrastructure/cert-manager/config
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- SkipDryRunOnMissingResource=true