Skip to content

Commit f8553ea

Browse files
fix: fix values file
1 parent 938db73 commit f8553ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/newrelic-logging/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# IMPORTANT: Specify your New Relic API key here.
2-
licenseKey: 01640bb37ac3184642f28e40776b4b66FFFFNRAL
2+
# licenseKey:
33
#
44
# Optionally, specify a cluster name and log records can
55
# be filtered by cluster.
6-
cluster: fluentbit-beta-chart-test
6+
# cluster:
77
#
88
# or Specify secret which contains New Relic API key
99
# customSecretName: secret_name
@@ -175,7 +175,7 @@ fluentBit:
175175
licenseKey ${LICENSE_KEY}
176176
endpoint ${ENDPOINT}
177177
lowDataMode ${LOW_DATA_MODE}
178-
sendMetrics true
178+
sendMetrics "true"
179179
Retry_Limit ${RETRY_LIMIT}
180180
181181
# extraOutputs: |
@@ -293,7 +293,7 @@ updateStrategy: RollingUpdate
293293

294294
# Sends data to staging, can be set as a global.
295295
# global.nrStaging
296-
nrStaging: true
296+
nrStaging: false
297297

298298
daemonSet:
299299
# Annotations to add to the DaemonSet.

0 commit comments

Comments
 (0)