Skip to content

Commit

Permalink
test: Modify the .NET helm chart to allow passing a value for NEW_REL…
Browse files Browse the repository at this point in the history
…IC_HOST (#61)
  • Loading branch information
tippmar-nr authored Jun 24, 2024
1 parent b3e84cb commit 4288050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions tests/dotnet/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ spec:
value: finest
- name: NEW_RELIC_LOG_CONSOLE
value: "1"
# set the host to staging if using a staging license key
#- name: NEW_RELIC_HOST
# value: staging-collector.newrelic.com
- name: NEW_RELIC_HOST
value: {{ .Values.newRelicHost | default "collector.newrelic.com" }}
---
apiVersion: v1
kind: Service
Expand Down
3 changes: 2 additions & 1 deletion tests/dotnet/chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
scenarioTag: ""
scenarioTag: ""
newRelicHost: ""

0 comments on commit 4288050

Please sign in to comment.