From e716f32f1333b75a1a744863ea06758b7a743abc Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sat, 4 Jun 2022 17:23:11 +0200 Subject: [PATCH] g --- Charts/traefik/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Charts/traefik/values.yaml b/Charts/traefik/values.yaml index ceb7d3d..b2149c0 100644 --- a/Charts/traefik/values.yaml +++ b/Charts/traefik/values.yaml @@ -36,8 +36,7 @@ traefik: # https://docs.datadoghq.com/developers/dogstatsd/unix_socket/?tab=host - name: cloudflare image: *cloudflaredImage - command: ["tunnel"] - args: ["--no-autoupdate", "run", "--token", "$(cloudflared)"] + args: ["tunnel", "--no-autoupdate", "run", "--token", "$(cloudflared)"] envFrom: - secretRef: name: cloudflared-secrets