mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Wrapped the 'config' volume in if .Values.config (#5366)
* Wrapped the 'config' volume in if .Values.config * Bumped chart. Fixed formatting.
This commit is contained in:
committed by
k8s-ci-robot
parent
ae2af9d5f7
commit
235ea438ba
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user