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
metadata:
name: traefiktest
namespace: traefiktest
spec:
project: default
source:
repoURL: "https://helm.traefik.io/traefik" repoURL: "https://helm.traefik.io/traefik"
targetRevision: 10.20.1 targetRevision: 10.20.1
helm: helm:
valueFiles: valueFiles:
- .helms/traefik-values.yaml - .helms/traefik-values.yaml
chart: traefik chart: traefik
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: traefiktest namespace: traefiktest