From 5a5b0435076bca08a10675c677d66457bb2a442a Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 8 Dec 2020 21:21:00 +0530 Subject: [PATCH] fix(doc): fixed tha kustomization yaml file path in readme Signed-off-by: Aman Gupta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0297f76..2ee9169 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ We can install the latest release of OpenEBS ZFS driver by running the following $ kubectl apply -f https://openebs.github.io/charts/zfs-operator.yaml ``` -We can also install it via kustomize using `kubectl apply -k deploy/yamls`, check the [kustomize yaml](deploy/yamls/kustomize.yaml) +We can also install it via kustomize using `kubectl apply -k deploy/yamls`, check the [kustomize yaml](deploy/yamls/kustomization.yaml) Verify that the ZFS driver Components are installed and running using below command :