Skip to content

Commit

Permalink
Fixed a broken link in new-relic's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
5herlocked committed Oct 30, 2023
1 parent 57c2a46 commit ecc1c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addons/newrelic.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ After installing the New Relic add-on, you can validate a successful installatio
| pixieApiKey | string | | Pixie Api Key can be obtained in New Relic's Guided Install for Kubernetes (plaintext). Use `awsSecretName` instead for AWS Secrets Manager support and added security. |
| pixieDeployKey | string | | Pixie Deploy Key can be obtained in New Relic's Guided Install for Kubernetes - (plaintext). Use `awsSecretName` instead for AWS Secrets Manager support and added security. |
| namespace | string | | The namespace where New Relic components will be installed. Defaults to `newrelic`. |
| lowDataMode | boolean | | Default `true`. Set to `false` to disable `lowDataMode` . For more details, visit the [Reducing Data Ingest Docs](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/install-kubernetes-integration-using-helm/#reducedataingest) |
| lowDataMode | boolean | | Default `true`. Set to `false` to disable `lowDataMode` . For more details, visit the [Reducing Data Ingest Docs](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/reduce-ingest/) |
| installInfrastructure | boolean | | Default `true` . Set to `false` to disable installation of the New Relic Infrastructure Daemonset. |
| installKSM | boolean | | Default `true` . Set to `false` to disable installation of Kube State Metrics. An instance of KSM is required in the cluster for the New Relic Infrastructure Daemonset to function properly. |
| installKubeEvents | boolean | | Default `true` . Set to `false` to disable installation of the New Relic Kubernetes Events integration. |
Expand Down

0 comments on commit ecc1c43

Please sign in to comment.