add traefik-certmanager
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-12-22 18:56:40 +01:00
parent 82e18b5db7
commit 3fbcf0294a
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -460,3 +460,23 @@ spec:
- CreateNamespace=true
automated:
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik-certmanager
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: traefik-certmanager/overlay
destination:
server: https://kubernetes.default.svc
namespace: traefik
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: false