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

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/flux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1df1f86b9f2a30a10465dcce872e0477cc30889
Choose a base ref
..
head repository: fluxcd/flux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 992bdd3a80a94269a7b2870166549cdf3b0a1c7c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 site/get-started-developing.md
2 changes: 1 addition & 1 deletion site/get-started-developing.md
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ Now that we know everything is working with `flux-getting-started`, we're going
```
This confirms that a new docker image was tagged for your image.

1. Open up [`deploy/flux-deployment.yaml`](deploy/flux-deployment.yaml) and update the image at `spec.template.spec.containers[0].image` to be simply `weaveworks/flux`. While we're here, also change the `git-url` to point towards your fork. It will look something like this in the yaml:
1. Open up [`deploy/flux-deployment.yaml`](deploy/flux-deployment.yaml) and update the image at `spec.template.spec.containers[0].image` to be simply `docker.io/weaveworks/flux`. While we're here, also change the `git-url` to point towards your fork. It will look something like this in the yaml:
```yaml
spec:
template: