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

Commit

Permalink
Docs: fix link to chart/flux/README.md (#2372)
Browse files Browse the repository at this point in the history
Docs: fix link to chart/flux/README.md
  • Loading branch information
hiddeco authored Aug 19, 2019
2 parents 2825598 + 40bde21 commit 97f3c65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ reasons this can happen:
both make sure this is the case.
- When using images from ACR in AKS, the HostPath `/etc/kubernetes/azure.json`
should be [mounted](https://kubernetes.io/docs/concepts/storage/volumes/) into the Flux Pod.
Set `registry.acr.enabled=True` in the [helm chart](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md)
Set `registry.acr.enabled=True` in the [helm chart](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md#)
or alter the [Deployment](https://github.com/fluxcd/flux/blob/master/deploy/flux-deployment.yaml):
```yaml
spec:
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/get-started-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ any code changes for you.

If you are looking for more generic notes for how to install Flux
using Helm, we collected them [in the chart's
README](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md).
README](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md#).

## Prerequisites

Expand Down Expand Up @@ -86,7 +86,7 @@ In this next step you install Flux using `helm`. Simply

When deploying from a private repo, the known_hosts of the git server needs
to be configured into a kubernetes configmap so that `StrictHostKeyChecking` is respected.
See the [README of the chart](https://fluxcd/flux/blob/master/chart/flux/README.md#to-install-flux-with-the-helm-operator-and-a-private-git-repository)
See the [README of the chart](https://github.com/fluxcd/flux/blob/master/chart/flux/README.md#to-install-flux-with-the-helm-operator-and-a-private-git-repository)
for further installation instructions in this case.

Allow some time for all containers to get up and running. If you're
Expand Down

0 comments on commit 97f3c65

Please sign in to comment.