Skip to content

Commit

Permalink
Minor README fixes (#21)
Browse files Browse the repository at this point in the history
This updates the helm chart URL and some other URLs in the README.

Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
  • Loading branch information
aimichelle committed May 9, 2023
1 parent 66d8713 commit 9cf7c53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# New Relic K8s Operator

This repository contains the source code for New Relic's K8s operator. The K8s operator helps users deploy and manage their deployment of [New Relic's K8s solution](https://github.com/newrelic/helm-charts/tree/master/charts/nri-bundle).
This repository contains the source code for New Relic's K8s operator. The K8s operator helps users deploy and manage their deployment of (New Relic's K8s solution)[https://github.com/newrelic/helm-charts/tree/master/charts/nri-bundle].

The K8s operator is built using Operator Framework's (Hybrid Helm Operator)[https://github.com/operator-framework/helm-operator-plugins].

Expand All @@ -19,15 +19,15 @@ The K8s operator is built using Operator Framework's (Hybrid Helm Operator)[http

## Installation

For installation instructions, refer to our (docs)[].
For installation instructions, refer to our (docs)[https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/get-started/kubernetes-operator/].

## Helm chart

You can install this chart using directly from this repository or by adding the Helm repository:

```shell
helm repo add newrelic https://helm-charts.newrelic.com && helm repo update
helm upgrade --install newrelic/newrelic-k8s-operator -f your-custom-values.yaml
helm repo add nr-operator https://newrelic.github.io/newrelic-k8s-operator && helm repo update
helm upgrade --install nr-operator/newrelic-k8s-operator -f your-custom-values.yaml
```

For further information of the configuration needed for the chart just read the [chart's README](/charts/newrelic-k8s-operator/README.md).
Expand Down Expand Up @@ -87,9 +87,9 @@ make undeploy

## Support

New Relic hosts and moderates an online forum where you can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here:
New Relic hosts and moderates an online forum where you can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub.

>Add the url for the support thread here: discuss.newrelic.com
If the issue has been confirmed as a bug or is a feature request, file a GitHub issue.

## Contribute

Expand Down

0 comments on commit 9cf7c53

Please sign in to comment.