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

Commit

Permalink
corrects the name of the flux namespace (from demo to flux)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Feb 27, 2019
1 parent 1b4598a commit 1c3354c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/helm-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ kubectl apply -f https://raw.githubusercontent.com/weaveworks/flux/master/deploy
In this next step you install Weave Flux using `helm`. Simply

1. Fork [flux-get-started](https://github.com/weaveworks/flux-get-started)
on Github and replace the `weaveworks` with your GitHub username in
on Github and replace the `weaveworks` with your GitHub username in
[here](https://github.com/weaveworks/flux-get-started/blob/master/releases/ghost.yaml#L13)
1. Install Weave Flux and its Helm Operator by specifying your fork URL:

Expand Down Expand Up @@ -140,7 +140,7 @@ deploying the workloads of `flux-get-started`. After a while you
will be able to see the Helm releases listed like so:
```sh
helm list --namespace demo
helm list --namespace flux
```
## Committing a small change
Expand Down Expand Up @@ -180,7 +180,7 @@ you can see when the change landed in the cluster.
Confirm the change landed with:
```sh
kubectl describe -n demo deployment/mongodb | grep Image
kubectl describe -n flux deployment/mongodb | grep Image
```
## Conclusion
Expand Down

0 comments on commit 1c3354c

Please sign in to comment.