add cert-manager

This commit is contained in:
Andrei Kartashov 2023-09-04 12:38:54 +07:00
parent ce8321c2c6
commit 7f250cb934

View file

@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
spec:
destination:
server: https://kubernetes.default.svc
namespace: argocd
project: system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
repoURL: https://charts.jetstack.io
chart: cert-manager
targetRevision: 1.12.4
helm:
values: |
# nothing