Files
homelab/k8s/core/cert-manager/app.yaml

22 lines
448 B
YAML
Raw Normal View History

2025-04-06 00:37:15 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cert-manager
namespace: argocd
spec:
2025-04-12 13:34:51 +01:00
project: core
2025-04-06 00:37:15 +01:00
destination:
namespace: cert-manager
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
path: k8s/core/cert-manager
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true