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