From 6501e4215b81e41689b309055a3465e61ad667be Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 13 Aug 2019 16:08:45 +0300 Subject: [PATCH] Update CRD path --- chart/helm-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/helm-operator/README.md b/chart/helm-operator/README.md index adc9ca5eb..d5a3e5617 100755 --- a/chart/helm-operator/README.md +++ b/chart/helm-operator/README.md @@ -19,7 +19,7 @@ helm repo add fluxcd https://charts.fluxcd.io Install the HelmRelease CRD: ```sh -kubectl apply -f https://raw.githubusercontent.com/fluxcd/helm-operator/prepare-helm-op/deploy/flux-helm-release-crd.yaml +kubectl apply -f https://raw.githubusercontent.com/fluxcd/helm-operator/master/deploy/flux-helm-release-crd.yaml ``` Install Helm Operator`in the fluxcd namespace: