You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ See this [technical blog post](https://www.weave.works/blog/gitops-with-github-a
9
9
1. Create an EKS cluster, e.g. using [`eksctl create cluster`](https://eksctl.io/)
10
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:
11
11
```bash
12
-
exportGHUSER=<github user account where your fork lives>
12
+
exportGHOWNER=<github user or organization account where your fork lives>
0 commit comments