Skip to content

Commit

Permalink
docs: helmChart print url without path in NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
redimp committed Aug 11, 2024
1 parent a6cde65 commit cd3e4f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

Open up your installation of An Otter Wiki via
{{ range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
{{- end }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}

Expand Down

0 comments on commit cd3e4f6

Please sign in to comment.