Skip to content

Commit

Permalink
Update README.md to add description for custom secret usage
Browse files Browse the repository at this point in the history
  • Loading branch information
akin-ozer authored Mar 4, 2024
1 parent 08f5415 commit 92e34e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/newrelic-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `licenseKey` and `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 `licenseKey` and `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` |
Expand Down

0 comments on commit 92e34e9

Please sign in to comment.