Skip to content

Commit

Permalink
fix patch command
Browse files Browse the repository at this point in the history
  • Loading branch information
wrichter committed Jul 30, 2017
1 parent 8756030 commit 72f070a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ $ oc start-build clickgame-blue --from-dir=.

3. Change route weights to 50% green/50% blue:
```
/*$ oc patch route clickgame -p \
'{"spec":{"to":{"weight":50},"alternateBackends":[{"name":"clickgame-blue","weight":50}]}}'*/
$ oc patch route clickgame -p \
'{"spec":{"to":{"weight":50},"alternateBackends":[{"name":"clickgame-blue","weight":50}]}}'
```

4. Continue creating circles, 50% should now be green and 50% should be blue.
Expand Down

0 comments on commit 72f070a

Please sign in to comment.