diff --git a/charts/goldpinger/Chart.yaml b/charts/goldpinger/Chart.yaml index 3ece284..cd52cc3 100644 --- a/charts/goldpinger/Chart.yaml +++ b/charts/goldpinger/Chart.yaml @@ -11,4 +11,4 @@ name: goldpinger sources: - https://github.com/bloomberg/goldpinger - https://github.com/okgolove/helm-charts -version: 6.0.0 +version: 6.0.1 diff --git a/charts/goldpinger/templates/daemonset.yaml b/charts/goldpinger/templates/daemonset.yaml index bf7a3ad..54034a6 100644 --- a/charts/goldpinger/templates/daemonset.yaml +++ b/charts/goldpinger/templates/daemonset.yaml @@ -50,7 +50,7 @@ spec: value: "{{ .Values.goldpinger.port }}" - name: LABEL_SELECTOR value: "app.kubernetes.io/name={{ include "goldpinger.name" . }}" - {{- if .Values.extraEnv }} + {{- if .Values.extraEnv -}} {{ toYaml .Values.extraEnv | nindent 12 }} {{- end }} {{- with .Values.containerSecurityContext }} @@ -100,4 +100,4 @@ spec: {{- with .Values.podSecurityContext }} securityContext: {{- toYaml . | nindent 8 }} - {{- end }} \ No newline at end of file + {{- end }}