File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# IMPORTANT: Specify your New Relic API key here.
2
- licenseKey : 01640bb37ac3184642f28e40776b4b66FFFFNRAL
2
+ # licenseKey:
3
3
#
4
4
# Optionally, specify a cluster name and log records can
5
5
# be filtered by cluster.
6
- cluster : fluentbit-beta-chart-test
6
+ # cluster:
7
7
#
8
8
# or Specify secret which contains New Relic API key
9
9
# customSecretName: secret_name
@@ -175,7 +175,7 @@ fluentBit:
175
175
licenseKey ${LICENSE_KEY}
176
176
endpoint ${ENDPOINT}
177
177
lowDataMode ${LOW_DATA_MODE}
178
- sendMetrics true
178
+ sendMetrics " true"
179
179
Retry_Limit ${RETRY_LIMIT}
180
180
181
181
# extraOutputs: |
@@ -293,7 +293,7 @@ updateStrategy: RollingUpdate
293
293
294
294
# Sends data to staging, can be set as a global.
295
295
# global.nrStaging
296
- nrStaging : true
296
+ nrStaging : false
297
297
298
298
daemonSet :
299
299
# Annotations to add to the DaemonSet.
You can’t perform that action at this time.
0 commit comments