Fix notes.txt problems
We were using a bad method to read the ingress values. It's not ensured by using the service names + checking the "ingress" key.
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
{{- define "__APP__.labels" -}}
|
||||
{{ include "__APP__.selectorLabels" .}}
|
||||
{{ if .Chart.Version -}}
|
||||
{{ printf "__PREFIX__chart-version: %s" .Chart.Version }}
|
||||
{{ printf "__PREFIX__chart-version: '%s'" .Chart.Version }}
|
||||
{{- end }}
|
||||
{{ if .Chart.AppVersion -}}
|
||||
{{ printf "__PREFIX__app-version: %s" .Chart.AppVersion }}
|
||||
{{ printf "__PREFIX__app-version: '%s'" .Chart.AppVersion }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
|
Reference in New Issue
Block a user