This commit is contained in:
Roxedus 2022-05-31 23:10:51 +02:00
parent 146b150963
commit 8ca343f400
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

View File

@ -1,11 +1,17 @@
project: default apiVersion: argoproj.io/v1alpha1
source: kind: Application
repoURL: "https://helm.traefik.io/traefik" metadata:
targetRevision: 10.20.1 name: traefiktest
helm:
valueFiles:
- .helms/traefik-values.yaml
chart: traefik
destination:
server: "https://kubernetes.default.svc"
namespace: traefiktest namespace: traefiktest
spec:
project: default
source:
repoURL: "https://helm.traefik.io/traefik"
targetRevision: 10.20.1
helm:
valueFiles:
- .helms/traefik-values.yaml
chart: traefik
destination:
server: "https://kubernetes.default.svc"
namespace: traefiktest