We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3bf16 commit cb247b1Copy full SHA for cb247b1
codefresh-tunnel-client/templates/client-config.yaml
@@ -23,4 +23,4 @@ data:
23
local_port = {{ required "tunnel.forwardTo.port is required" .Values.tunnel.forwardTo.port }}
24
locations = {{ default "/" .Values.tunnel.forwardTo.location }}
25
subdomain = {{ .Values.tunnel.subdomainPrefix }}
26
- header_Authorization = {{"{{"}} .Envs.AUTHORIZATION {{"}}"}}
+ meta_Authorization = {{"{{"}} .Envs.AUTHORIZATION {{"}}"}}
codefresh-tunnel-server/values.yaml
@@ -12,7 +12,7 @@ plugin:
12
image:
13
repository: gcr.io/codefresh-inc/codefresh-io/frp-codefresh-plugin
14
pullPolicy: IfNotPresent
15
- tag: "2022.09.11-96a7a29"
+ tag: "2022.09.14-ee426ef"
16
env: []
17
resources: {}
18
0 commit comments