mirror of
https://github.com/plcnk/charts.git
synced 2026-07-17 19:14:43 +00:00
feat(cloudflare): Changed cloudflared command when testing the Chart (#19)
This commit is contained in:
committed by
GitHub
parent
6bd6db84b6
commit
e8e34afecf
@ -59,8 +59,10 @@ controllers:
|
||||
|
||||
tunnel:
|
||||
# -- Set the Cloudflare Tunnel token here.
|
||||
# Cannot coexist with `tunnel.existingSecret.enabled` set to `true`.
|
||||
token: "your-token-here"
|
||||
# -- You can set the token as an existing secret here.
|
||||
# Cannot coexist with `tunnel.token`
|
||||
existingSecret:
|
||||
enabled: false
|
||||
name: ""
|
||||
|
||||
Reference in New Issue
Block a user