This commit is contained in:
Roxedus 2022-06-04 16:29:39 +02:00
parent bcb240f5ee
commit 6b59d3dc49
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -1,28 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: default
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
server: https://kubernetes.default.svc
namespace: default
project: default
source:
path: Charts/traefik
repoURL: https://git.roxedus.dev/Roxedus/Argo.git
targetRevision: HEAD
helm:
version: v3
#valueFiles:
# - values.yaml
values: |
image:
tag: v2.6.0
syncPolicy:
automated:
prune: true
selfHeal: true