Skip to content

Commit

Permalink
Only stage intentionally changed file for commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulkeba committed May 1, 2022
1 parent 379460e commit fba516b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 05-bootstrap-prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ We'll be bootstrapping this cluster with the Flux GitOps agent as installed as a
Now commit changes to repository.

```bash
git commit -a -m "Update image source to use my ACR instance instead of a public container registry."
git add ./cluster-manifests/cluster-baseline-settings/kured.yaml
git commit -m "Update image source to use my ACR instance instead of a public container registry."
git push
```

Expand Down

0 comments on commit fba516b

Please sign in to comment.