Skip to content

Commit 0aec65f

Browse files
chore(nri-metadata): remove limitation (#1485)
1 parent 941d85a commit 0aec65f

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

test/k8s-canaries/helm/agent-control.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ agent-control-deployment:
1616
type: newrelic/com.newrelic.infrastructure:0.1.0
1717
content:
1818
chart_version: "*" # Use latest
19-
chart_values:
20-
nri-metadata-injection:
21-
# TODO we are currently disabling the metadata injection since if enabled it breaks when installed
22-
# together with the gatewayRESE
23-
enabled: false
2419
prometheus:
2520
type: newrelic/com.newrelic.prometheus:0.1.0
2621
content:

test/k8s-e2e/fleet-control/e2e-fleet-control.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ scenarios:
2929
# customAttributes:
3030
# cluster_name: ${nr-env:NR_CLUSTER_NAME}
3131
# config_origin: remote
32-
# nri-metadata-injection:
33-
# # TODO we are currently disabling the metadata injection since if enabled it breaks when installed
34-
# # together with the gateway
35-
# enabled: false

test/k8s-e2e/infra/ac-values-infra.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ agent-control-deployment:
2020
global: # add 'cluster_name' (nri-kubernetes events have 'clusterName' attribute)
2121
customAttributes:
2222
cluster_name: ${nr-env:NR_CLUSTER_NAME}
23-
nri-metadata-injection:
24-
# TODO we are currently disabling the metadata injection since if enabled it breaks when installed
25-
# together with the gateway
26-
enabled: false
2723
prometheus:
2824
type: newrelic/com.newrelic.prometheus:0.1.0
2925
content:

0 commit comments

Comments
 (0)