Skip to content

Commit

Permalink
fixup: consistent url output as other modes
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Jul 18, 2024
1 parent 868e200 commit 62f85be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cryostat/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{{- else if .Values.core.ingress.enabled }}
{{- range $host := .Values.core.ingress.hosts -}}
{{- range .paths }}
{{ ternary "http" "https" (empty $.Values.core.ingress.tls) }}://{{ $host.host }}{{ .path }}
echo {{ ternary "http" "https" (empty $.Values.core.ingress.tls) }}://{{ $host.host }}{{ .path }}
{{- end }}
{{- end }}
{{- else if contains "NodePort" .Values.core.service.type }}
Expand Down
2 changes: 1 addition & 1 deletion charts/cryostat/tests/notes_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tests:
1. Visit the application at:
```
https://example.com/
echo https://example.com/
```
- it: should render correct notes for enabled route without TLS
Expand Down

0 comments on commit 62f85be

Please sign in to comment.