Skip to content

Commit

Permalink
fixed secuirty issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gkadapa-nr committed Jan 20, 2025
1 parent 2874309 commit 14db169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
otlp:
endpoint: https://otlp.nr-data.net:4318
headers:
api-key: eb19fcf3deba8baebfe24f2082948607FFFFNRAL
api-key: #NEW_RELIC_API_KEY
insecure: true
prometheus:
enable_open_metrics: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ data:
otlp:
endpoint: https://otlp.nr-data.net:4318
headers:
api-key: eb19fcf3deba8baebfe24f2082948607FFFFNRAL
api-key: #NEW_RELIC_API_KEY
service:
telemetry:
Expand Down Expand Up @@ -645,7 +645,7 @@ spec:
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.instance.id=$(POD_NAME),k8s.pod.uid=$(POD_UID)
- name: NR_LICENSE_KEY
value: eb19fcf3deba8baebfe24f2082948607FFFFNRAL
value: #NEW_RELIC_API_KEY
livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit 14db169

Please sign in to comment.