Skip to content

Commit

Permalink
Additional operator example in README
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
  • Loading branch information
Daniel Mikusa committed Jul 19, 2022
1 parent b2bf887 commit 39db804
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ $ cf set-staging-environment-variable-group '{"JBP_DEFAULT_OPEN_JDK_JRE":"{jre:
$ cf set-staging-environment-variable-group '{"JBP_CONFIG_REPOSITORY": "{default_repository_root: \"http://repo.example.io\" }"}'
```

3. To change the default JVM vendor across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.

```bash
$ cf set-staging-environment-variable-group '{"JBP_CONFIG_COMPONENTS": "{jres: [\"JavaBuildpack::Jre::ZuluJRE\"]}"}'
```

### Application Developer

1. To change the default version of Java to 11 and adjust the memory heuristics then apply this environment variable to the application.
Expand Down

0 comments on commit 39db804

Please sign in to comment.