diff --git a/argocd/apps/traefik.yaml b/argocd/apps/traefik.yaml index 03335f4..bdae725 100644 --- a/argocd/apps/traefik.yaml +++ b/argocd/apps/traefik.yaml @@ -9,18 +9,12 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: project: default - sources: - - repoURL: http://gitea.gitea.svc.cluster.local:3000/admin/main.git - targetRevision: master - path: manifests/traefik - directory: - recurse: true - include: "*.yaml" - - repoURL: https://traefik.github.io/charts - chart: traefik - targetRevision: "41.0.0" - helm: - values: | + source: + repoURL: https://traefik.github.io/charts + chart: traefik + targetRevision: "41.0.0" + helm: + values: | deployment: kind: DaemonSet podAnnotations: diff --git a/manifests/traefik/vmpodscrape.yaml b/manifests/cnpg/vmpodscrape-traefik.yaml similarity index 100% rename from manifests/traefik/vmpodscrape.yaml rename to manifests/cnpg/vmpodscrape-traefik.yaml