Skip to content

Commit

Permalink
Add more details
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt committed Nov 18, 2019
1 parent b970a74 commit ed67138
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kustomize version
In your terminal:

```bash
export username=... ;# your Github username
export username=... ;# your Github username in lowercase
git clone [email protected]:${username}/my-app-deployment.git
cd my-app-deployment
```
Expand Down Expand Up @@ -81,7 +81,8 @@ git push

### 8. Sync Your App

Click "Sync".
* Click "Sync".
* Click "Synchronize" in the Sliding panel.

### 9. Upgrade Your App

Expand All @@ -106,7 +107,14 @@ git push
2. Find the red heart
3. Clik on the resource and check each tab

### 11. GitOps Rollback
### 11. Emergency Rollback

* Click "History And Rollback"
* Click "..." button in the last row
* Click "Rollback"
* Click "Ok" in the modal panel

### 12. GitOps Rollback

```
git revert $(git rev-parse HEAD)
Expand Down

0 comments on commit ed67138

Please sign in to comment.