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

fix location of helm-release-crd #2368

Merged
merged 2 commits into from
Aug 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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