diff --git a/charts/newrelic-logging/README.md b/charts/newrelic-logging/README.md index 5ccdca8bd..473b8db2b 100644 --- a/charts/newrelic-logging/README.md +++ b/charts/newrelic-logging/README.md @@ -110,8 +110,8 @@ See [values.yaml](values.yaml) for the default values | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- | | `global.cluster` - `cluster` | The cluster name for the Kubernetes cluster. | | | `global.licenseKey` - `licenseKey` | The [license key](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key) for your New Relic Account. This will be the preferred configuration option if both `licenseKey` and `customSecret*` values are specified. | | -| `global.customSecretName` - `customSecretName` | Name of the Secret object where the license key is stored | | -| `global.customSecretLicenseKey` - `customSecretLicenseKey` | Key in the Secret object where the license key is stored. | | +| `global.customSecretName` - `customSecretName` | Name of the Secret object where the license key is stored. `endpoint` needs to be specified if both `customSecret*` values are specified. | | +| `global.customSecretLicenseKey` - `customSecretLicenseKey` | Key in the Secret object where the license key is stored. `endpoint` needs to be specified if both `customSecret*` values are specified. | | | `global.fargate` | Must be set to `true` when deploying in an EKS Fargate environment. Prevents DaemonSet pods from being scheduled in Fargate nodes. | | | `global.lowDataMode` - `lowDataMode` | If `true`, send minimal attributes on Kubernetes logs. Labels and annotations are not sent when lowDataMode is enabled. | `false` | | `rbac.create` | Enable Role-based authentication | `true` |