|
|
@ -245,8 +245,8 @@ spec:
|
|
|
|
const defaultNotes = `1. Get the application URL by running these commands:
|
|
|
|
const defaultNotes = `1. Get the application URL by running these commands:
|
|
|
|
{{- if .Values.ingress.enabled }}
|
|
|
|
{{- if .Values.ingress.enabled }}
|
|
|
|
{{- range $host := .Values.ingress.hosts }}
|
|
|
|
{{- range $host := .Values.ingress.hosts }}
|
|
|
|
{{- range $.Values.ingress.paths }}
|
|
|
|
{{- range .paths }}
|
|
|
|
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host }}{{ . }}
|
|
|
|
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ . }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- else if contains "NodePort" .Values.service.type }}
|
|
|
|
{{- else if contains "NodePort" .Values.service.type }}
|
|
|
|