Skip to content

Commit 9eb1b3b

Browse files
iamriajulRiajul Islam
andauthored
fix(helm): use *.domain wildcard for code-server proxy ingress
The `VSCODE_PROXY_URI` and `--proxy-domain` both use `{{port}}-code.vk.example.com` which matches the `*-code.` wildcard correctly. Want me to amend this into the current branch and push, or are there more fixes to bundle before the release? Co-authored-by: Riajul Islam <riajul@kahf.co>
1 parent 969e43a commit 9eb1b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/vibe-kanban-team/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Trimmed to 59 chars so CNPG-generated suffixes (-app, -rw, -superuser) stay with
180180

181181
{{- define "vibe-kanban-team.frontend.proxyDomain" -}}
182182
{{- $codeServerHost := include "vibe-kanban-team.codeServer.host" . -}}
183-
{{- if and .Values.frontend.codeServerIngress.enabled $codeServerHost -}}{{ printf "{{port}}-%s" $codeServerHost }}{{- end -}}
183+
{{- if and (include "vibe-kanban-team.frontend.codeServerIngressEnabled" .) $codeServerHost -}}{{ printf "{{port}}-%s" $codeServerHost }}{{- end -}}
184184
{{- end }}
185185

186186
{{- define "vibe-kanban-team.frontend.authAnnotations" -}}

0 commit comments

Comments
 (0)