Skip to content

Commit

Permalink
docs: Update instructions to use stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 12, 2024
1 parent 0a0de6f commit 20a7361
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,13 @@ There are two ways to use this operator:
- AWS

## Cluster Installation
Install using the Kustomize config from the stable branch:

Install using the Kustomize config:
```bash
kubectl apply -k https://github.com/FyraLabs/chisel-operator?ref=stable
```

Or if you would like to go straight to the latest commit:

```bash
kubectl apply -k https://github.com/FyraLabs/chisel-operator
Expand Down
7 changes: 7 additions & 0 deletions site/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ description: A guide of how to install Chisel Operator.
Getting started with Chisel Operator is easy! We currently support the current (plus the last two versions) of Kubernetes. Kustomize is only supported at the moment, but a Helm chart is in progress.

## Kustomize
Install using the Kustomize config from the stable branch:

```bash
kubectl apply -k https://github.com/FyraLabs/chisel-operator?ref=stable
```

Or if you would like to go straight to the latest commit:

```bash
kubectl apply -k https://github.com/FyraLabs/chisel-operator
Expand Down

0 comments on commit 20a7361

Please sign in to comment.