Skip to content

Commit

Permalink
Prefix STAGING env var with NRIA_ (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrodnm authored Jun 5, 2020
1 parent 3baae9a commit 88ddbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/newrelic-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.36
version: 0.13.37
appVersion: 1.22.0
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
source:
Expand Down
2 changes: 1 addition & 1 deletion charts/newrelic-infrastructure/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
value: {{ .Values.eventQueueDepth | quote }}
{{- end }}
{{- if .Values.nrStaging }}
- name: STAGING
- name: "NRIA_STAGING"
value: "true"
{{- end }}
- name: "NRIA_DISPLAY_NAME"
Expand Down

0 comments on commit 88ddbc1

Please sign in to comment.