From 235ea438ba65ecd37842f6f82dcb5391bff5f22a Mon Sep 17 00:00:00 2001 From: Michael Andrews Date: Wed, 16 May 2018 18:29:50 -0400 Subject: [PATCH] Wrapped the 'config' volume in if .Values.config (#5366) * Wrapped the 'config' volume in if .Values.config * Bumped chart. Fixed formatting. --- stable/newrelic-infrastructure/Chart.yaml | 2 +- stable/newrelic-infrastructure/templates/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/newrelic-infrastructure/Chart.yaml b/stable/newrelic-infrastructure/Chart.yaml index 753ae678b8..1176c042ff 100644 --- a/stable/newrelic-infrastructure/Chart.yaml +++ b/stable/newrelic-infrastructure/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet name: newrelic-infrastructure -version: 0.2.0 +version: 0.2.1 appVersion: 0.0.19 home: https://hub.docker.com/r/newrelic/infrastructure/ source: diff --git a/stable/newrelic-infrastructure/templates/daemonset.yaml b/stable/newrelic-infrastructure/templates/daemonset.yaml index 452a60577b..390937bb32 100644 --- a/stable/newrelic-infrastructure/templates/daemonset.yaml +++ b/stable/newrelic-infrastructure/templates/daemonset.yaml @@ -91,7 +91,7 @@ spec: items: - key: newrelic-infra.yml path: newrelic-infra.yml - {{- end }} + {{- end }} {{- if $.Values.nodeSelector }} nodeSelector: {{ toYaml $.Values.nodeSelector | indent 8 }}