Skip to content

Commit

Permalink
fix: app-proxy prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Dec 22, 2023
1 parent ac226c8 commit 1cbfff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ accounts: {{- toYaml .Values.runtime.accounts | nindent 2 }}
{{- if .Values.appProxy.enabled }}
appProxy:
externalIP: >-
{{ printf "https://%s%s" .Values.appProxy.ingress.host .Values.appProxy.ingress.pathPrefix }}
{{ printf "https://%s%s" .Values.appProxy.ingress.host (.Values.appProxy.ingress.pathPrefix | default "/") }}
{{- end }}
{{- end }}

0 comments on commit 1cbfff4

Please sign in to comment.