Skip to content

Commit

Permalink
Fixes #686
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Rey <[email protected]>
  • Loading branch information
Sryther authored and poiana committed Jun 11, 2024
1 parent 5b69ab8 commit 2ba9c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/falcosidekick/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ data:

# WebUI Output
{{- if .Values.webui.enabled -}}
{{ $weburl := printf "http://%s-ui:%s" (include "falcosidekick.fullname" .) .Values.webui.service.port }}
{{ $weburl := printf "http://%s-ui:%d" (include "falcosidekick.fullname" .) (.Values.webui.service.port | int) }}
WEBUI_URL: "{{ $weburl | b64enc }}"
{{- end }}
{{- end }}

0 comments on commit 2ba9c51

Please sign in to comment.