Skip to content

Commit

Permalink
add 'oc patch' tip to Native S2I README (tx @tqvarnst)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Mar 19, 2019
1 parent a05b6f3 commit fafe896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/centos-graal-maven-s2i/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Testing indicates that the "hello, world" getting-started demo application build
cpu: '4'
memory: 4Gi

The following `oc patch` command does this:

oc patch bc/getting-started-native -p '{"spec":{"resources":{"limits":{"cpu":"4", "memory":"4Gi"}}}}'

## Locally (only for testing)

### Local Build
Expand Down

0 comments on commit fafe896

Please sign in to comment.