This commit is contained in:
Roxedus 2022-06-04 15:06:14 +02:00
parent 9fd49ac7e6
commit 553cee5705
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
3 changed files with 3 additions and 23 deletions

View File

@ -3,8 +3,8 @@ kind: Application
metadata:
name: traefik
namespace: default
# finalizers:
# - resources-finalizer.argocd.argoproj.io
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
@ -16,7 +16,7 @@ spec:
targetRevision: HEAD
helm:
valueFiles:
- values.yaml
- ingress-values.yaml
syncPolicy:
automated:
prune: true

View File

@ -1,20 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: traefik
# finalizers:
# - resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: traefik
project: default
source:
chart: Charts/traefik
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true