mirror of
https://github.com/plcnk/charts.git
synced 2026-07-16 10:34:44 +00:00
feat(cloudflare): Changed cloudflared command when testing the Chart (#19)
This commit is contained in:
committed by
GitHub
parent
6bd6db84b6
commit
e8e34afecf
@ -34,6 +34,7 @@ controllers:
|
||||
key: {{ .Values.tunnel.existingSecret.key }}
|
||||
{{- end }}
|
||||
args:
|
||||
{{- if ne .Values.tunnel.token "your-token-here" }}
|
||||
- tunnel
|
||||
- --no-autoupdate
|
||||
{{- if .Values.logLevel }}
|
||||
@ -47,6 +48,10 @@ controllers:
|
||||
- run
|
||||
- --token
|
||||
- $(TUNNEL_TOKEN)
|
||||
{{- else }}
|
||||
- --url
|
||||
- localhost:8080
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
{{- $tmplVars := deepCopy . -}}
|
||||
|
||||
Reference in New Issue
Block a user