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