Skip to content

Commit

Permalink
chore: update README to correct chart location
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jun 28, 2024
1 parent 42c72e1 commit 24e848e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ The container image follows tailscale's upstream version.
## TL;DR

```console
helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart
helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp
```

## Installing the Chart

To install the chart with the release name `tailscale-derp`

```console
helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart
helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp
```

## Uninstalling the Chart
Expand All @@ -44,11 +44,11 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
helm install tailscale-derp \
--set derpServerHostname="your-hostname.com" \
oci://ghcr.io/coreweave/tailscale-derp/chart
oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp
```

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

```console
helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart -f values.yaml
helm install tailscale-derp oci://ghcr.io/coreweave/tailscale-derp/chart/tailscale-derp -f values.yaml
```

0 comments on commit 24e848e

Please sign in to comment.