From 1d7c4c1f3b1bc37df5618d2d723b137a40db68c2 Mon Sep 17 00:00:00 2001 From: Dan Molik Date: Thu, 1 Aug 2024 09:15:27 -0400 Subject: [PATCH] update crd reference and dist install link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ced57e0..0fd98a1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -88,7 +90,7 @@ its dependencies. Users can just run kubectl apply -f to install the project, i.e.: ```sh -kubectl apply -f https://raw.githubusercontent.com//valkey-operator//dist/install.yaml +kubectl apply -f https://raw.githubusercontent.com/hyperspike/valkey-operator/v0.0.1/dist/install.yaml ``` ## Contributing