infra: Add cert-manager

This commit is contained in:
2025-12-17 15:50:35 +05:30
parent e7590cbf35
commit 1d8044b395
3 changed files with 23 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
targetRevision: main
path: infra/cert-manager
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true