Skip to content

Commit

Permalink
update crd reference and dist install link
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Aug 1, 2024
1 parent c4aab87 commit 1d7c4c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Provision valkey (redis) clusters

This operator creates valkey clusters and makes them available to other services on the k8s cluster

See the following link for more information on avialable Custom Resource Options: [https://doc.crds.dev/github.com/hyperspike/valkey-operator](https://doc.crds.dev/github.com/hyperspike/valkey-operator)

## Getting Started

### Prerequisites
Expand Down Expand Up @@ -88,7 +90,7 @@ its dependencies.
Users can just run kubectl apply -f <URL for YAML BUNDLE> to install the project, i.e.:

```sh
kubectl apply -f https://raw.githubusercontent.com/<org>/valkey-operator/<tag or branch>/dist/install.yaml
kubectl apply -f https://raw.githubusercontent.com/hyperspike/valkey-operator/v0.0.1/dist/install.yaml
```

## Contributing
Expand Down

0 comments on commit 1d7c4c1

Please sign in to comment.