You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nr-ebpf-agent/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ A Helm chart to monitor a Kubernetes Cluster using the eBPF agent.
6
6
7
7
# Helm installation
8
8
9
-
1. Download and modify the default configuration file [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml#L1-L4). At minimum, you will need populate the `licenseKey` field with a valid New Relic Ingest key and the `deploymentName` field with the name of the cluster to monitor.
9
+
1. Download and modify the default configuration file [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml#L1-L4). At minimum, you will need populate the `licenseKey` field with a valid New Relic Ingest key and the `cluster` field with the name of the cluster to monitor.
10
10
11
11
**NOTE: From chart version 0.2.x onwards, please use the latest [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml) bundled with each Helm release. This will ensure compatibility with new features and configuration options.**
2. Install the helm chart, passing the configuration file created above.
@@ -78,7 +78,7 @@ Options that can be defined globally include `affinity`, `nodeSelector`, `tolera
78
78
|-----|------|---------|-------------|
79
79
| affinity | object |`{}`| Sets all pods' affinities. Can be configured also with `global.affinity`|
80
80
| allowServiceNameRegex | string |`""`| This config acts as a bypass for the dropDataServiceNameRegex config. Service names that match this regex will not have their data dropped by the dropDataServiceNameRegex. If dropDataServiceNameRegex is not defined, this config has no impact on the eBPF agent. |
81
-
|deploymentName| string |`""`| Name of the Kubernetes cluster to be monitored. Mandatory. Can be configured with `global.deploymentName`|
81
+
|cluster| string |`""`| Name of the Kubernetes cluster to be monitored. Mandatory. Can be configured with `global.cluster`|
82
82
| containerSecurityContext | object |`{}`| Sets all pods' containerSecurityContext. Can be configured also with `global.securityContext.container`|
83
83
| customSecretLicenseKey | string |`""`| In case you don't want to have the license key in your values, this allows you to point to which secret key is the license key located. Can be configured also with `global.customSecretLicenseKey`|
84
84
| customSecretName | string |`""`| In case you don't want to have the license key in your values, this allows you to point to a user created secret to get the key from there. Can be configured also with `global.customSecretName`|
Copy file name to clipboardExpand all lines: charts/nr-ebpf-agent/README.md.gotmpl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@
7
7
8
8
# Helm installation
9
9
10
-
1. Download and modify the default configuration file [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml#L1-L4). At minimum, you will need populate the `licenseKey` field with a valid New Relic Ingest key and the `deploymentName` field with the name of the cluster to monitor.
10
+
1. Download and modify the default configuration file [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml#L1-L4). At minimum, you will need populate the `licenseKey` field with a valid New Relic Ingest key and the `cluster` field with the name of the cluster to monitor.
Copy file name to clipboardExpand all lines: charts/nr-ebpf-agent/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
# -- Name of the Kubernetes cluster to be monitored. Mandatory. Can be configured with `global.deploymentName`
3
-
deploymentName: ""
2
+
# -- Name of the Kubernetes cluster to be monitored. Mandatory. Can be configured with `global.cluster`
3
+
cluster: ""
4
4
# -- The license key to use. Can be configured with `global.licenseKey`
5
5
licenseKey: ""
6
6
# -- In case you don't want to have the license key in your values, this allows you to point to a user created secret to get the key from there. Can be configured also with `global.customSecretName`
0 commit comments