Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Nov 15, 2019
1 parent f5175f4 commit b970a74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ brew install kustomize
kustomize version
```

### 2. Fork The Example
### 2. Fork The Example Repo

* Open https://github.com/gitops-workshop/my-app-deployment
* Click “Fork”.
Expand Down Expand Up @@ -89,6 +89,9 @@ Click "Sync".
kustomize edit set image gitopsworkshop/my-app:v2
git diff
kustomize build
```

```
git commit -am "upgrade to version 2"
git push
```
Expand Down

0 comments on commit b970a74

Please sign in to comment.