mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/newrelic-infrastructure] Fix mount path for config (#5553)
This commit is contained in:
committed by
k8s-ci-robot
parent
dc67b785bf
commit
8be1dbfcfa
@@ -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.3.0
|
||||
version: 0.4.0
|
||||
appVersion: 0.0.19
|
||||
home: https://hub.docker.com/r/newrelic/infrastructure/
|
||||
source:
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
volumeMounts:
|
||||
{{- if .Values.config }}
|
||||
- name: config
|
||||
mountPath: /etc/newrelic
|
||||
mountPath: /etc/newrelic-infra.yml
|
||||
subPath: newrelic-infra.yml
|
||||
{{- end }}
|
||||
- name: dev
|
||||
|
||||
Reference in New Issue
Block a user