Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2368 from fluxcd/fix-link
Browse files Browse the repository at this point in the history
fix location of helm-release-crd
  • Loading branch information
stefanprodan committed Aug 16, 2019
2 parents 04c4138 + 6e6ac68 commit 368b5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/driving-flux.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ helm repo add fluxcd https://charts.fluxcd.io
Apply the Helm Release CRD:

```sh
kubectl apply -f https://raw.githubusercontent.com/fluxcd/flux/master/deploy-helm/flux-helm-release-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/fluxcd/flux/helm-0.10.1/deploy-helm/flux-helm-release-crd.yaml
```

Install Flux and its Helm Operator by specifying your fork URL. Just
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/get-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ helm repo add fluxcd https://charts.fluxcd.io
Apply the Helm Release CRD:

```sh
kubectl apply -f https://raw.githubusercontent.com/fluxcd/flux/master/deploy-helm/flux-helm-release-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/fluxcd/flux/helm-0.10.1/deploy-helm/flux-helm-release-crd.yaml
```

In this next step you install Flux using `helm`. Simply
Expand Down

0 comments on commit 368b5de

Please sign in to comment.