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