We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0ef9 commit a4ac445Copy full SHA for a4ac445
2 files changed
charts/app-reverse-proxy/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: charts-app-reverse-proxy
3
description: EcoVadis Helm chart for application exposed with nginx reverse proxy
4
type: application
5
-version: 3.1.0
+version: 3.1.1
6
appVersion: 1.16.0
7
dependencies:
8
- name: charts-core
charts/app-reverse-proxy/templates/_helpers.tpl
@@ -41,7 +41,9 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
41
{{- end }}
42
app.kubernetes.io/managed-by: {{ .Release.Service }}
43
{{- if .Values.global.additionalLabelsEnabled }}
44
-{{- toYaml .Values.global.additionalLabels | nindent 0 }}
+{{- with .Values.global.additionalLabels }}
45
+{{ toYaml . }}
46
+{{- end }}
47
48
49
0 commit comments