This commit is contained in:
Roxedus 2022-06-04 16:40:17 +02:00
parent 6b59d3dc49
commit 103647b98f
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
2 changed files with 523 additions and 494 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,28 @@
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