Skip to content

Commit a4ac445

Browse files
LukaszEVLukasz Chwastyk
andauthored
fix nindent (#191)
Co-authored-by: Lukasz Chwastyk <lchwastyk@ecovadisazure.onmicrosoft.com>
1 parent b7e0ef9 commit a4ac445

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

charts/app-reverse-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: charts-app-reverse-proxy
33
description: EcoVadis Helm chart for application exposed with nginx reverse proxy
44
type: application
5-
version: 3.1.0
5+
version: 3.1.1
66
appVersion: 1.16.0
77
dependencies:
88
- name: charts-core

charts/app-reverse-proxy/templates/_helpers.tpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
4141
{{- end }}
4242
app.kubernetes.io/managed-by: {{ .Release.Service }}
4343
{{- if .Values.global.additionalLabelsEnabled }}
44-
{{- toYaml .Values.global.additionalLabels | nindent 0 }}
44+
{{- with .Values.global.additionalLabels }}
45+
{{ toYaml . }}
46+
{{- end }}
4547
{{- end }}
4648
{{- end }}
4749

0 commit comments

Comments
 (0)