mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Signed-off-by: Enver Cicak <enver.cicak@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
782a571315
commit
32dcfa7658
@@ -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.13.15
|
||||
version: 0.13.16
|
||||
appVersion: 1.11.0
|
||||
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
|
||||
source:
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
app: {{ template "newrelic.name" . }}
|
||||
release: {{.Release.Name }}
|
||||
{{- if .Values.podLabels}}
|
||||
{{ toYaml .Values.podLabels }}
|
||||
{{ toYaml .Values.podLabels | indent 8 }}
|
||||
{{- end }}
|
||||
mode: {{ template "newrelic.mode" . }}
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user