Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Dec 18, 2024
1 parent 6c6e0b3 commit 59c25d2
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,10 @@ Trust Network.

### Helm via OCI (recommended)

To read helm charts for GitHub packages, you need to authenticate with GitHub
using a Personal Access Token (PAT).
Create a token with `read:packages` permissions and export it as an environment variable:
The operator's helm chart is published to the following OCI repository:
`oci://ghcr.io/twingate/helmcharts/twingate-operator`

```bash
export GHCR_PAT=ghp_...
````

Then authenticate Docker to read from Github by running
`echo $GHCR_PAT | helm registry login ghcr.io -u <GITHUB-USERNAME> --password-stdin`
with your username following the `-u` flag.

Make sure your setup works by running `helm pull oci://ghcr.io/twingate/helmcharts/twingate-operator`.

Now we're ready to install the operator:
Follow these steps to install the operator:

[default-values-yaml]: https://github.com/Twingate/kubernetes-operator/blob/main/deploy/twingate-operator/values.yaml

Expand Down

0 comments on commit 59c25d2

Please sign in to comment.