Skip to content

Commit 52200cc

Browse files
authored
Merge pull request #5 from github-developer/docs/update-links
docs: update links in README.md
2 parents e5d99e7 + 0e429f8 commit 52200cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See this [technical blog post](https://www.weave.works/blog/gitops-with-github-a
77
## Prerequisites
88

99
1. Create an EKS cluster, e.g. using [`eksctl create cluster`](https://eksctl.io/)
10-
1. Set up Flux on the cluster, e.g. using [this guide](https://docs.fluxcd.io/en/latest/tutorials/get-started.html). Note that you must set `--git-path` to point to where your manifests are. For example:
10+
2. Set up Flux on the cluster, e.g. using [this guide](https://docs.fluxcd.io/en/1.20.0/get-started). Note that you must set `--git-path` to point to where your manifests are. For example:
1111
```bash
1212
export GHOWNER=<github user or organization account where your fork lives>
1313
export GHREPO=example-actions-flux-eks
@@ -21,9 +21,9 @@ fluxctl install \
2121
--git-path=manifests \
2222
--namespace=flux | kubectl apply -f -
2323
```
24-
1. Give Flux read/write access to the GitHub repository [using a deploy key](https://docs.fluxcd.io/en/latest/tutorials/get-started.html#giving-write-access)
25-
1. Create a repository called `example-eks` in [Amazon Elastic Container Registry](https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html), in the same AWS region as the EKS cluster
26-
1. Update the image in [`deployment.yml`](manifests/deployment.yml) to use your `REGISTRY`, `IMAGE`, and `TAG`. `TAG` will be replaced by Flux as new images are available in the registry.
24+
3. Give Flux read/write access to the GitHub repository [using a deploy key](https://docs.fluxcd.io/en/1.20.0/tutorials/get-started/#giving-write-access)
25+
4. Create a repository called `example-eks` in [Amazon Elastic Container Registry](https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html), in the same AWS region as the EKS cluster
26+
5. Update the image in [`deployment.yml`](manifests/deployment.yml) to use your `REGISTRY`, `IMAGE`, and `TAG`. `TAG` will be replaced by Flux as new images are available in the registry.
2727

2828
## Secrets
2929

0 commit comments

Comments
 (0)