This commit is contained in:
Roxedus 2022-06-04 17:21:13 +02:00
parent 3bc6e3eaf4
commit 21f3f7af48
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -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