Deployed cert-manager

This commit is contained in:
2026-01-08 09:25:08 +00:00
parent 7bb780506b
commit cf40323b20

View File

@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager-helm
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
project: default
sources:
- chart: cert-manager
repoURL: https://charts.jetstack.io
targetRevision: 1.19.2
helm:
values: |
crds:
enabled: true
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
allowEmpty: true
prune: true
selfHeal: true