Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect character in README #55

Merged
merged 1 commit into from
Jun 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/eap74/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The configuration to build the application image is configured in a `build` sect
| Value | Description | Default | Additional Information |
| ----- | ----------- | ------- | ---------------------- |
| `build.enabled` | Determines if build-related resources should be created. | `true` | Set this to `false` if you want to deploy a previously built image. Leave this set to `true` if you want to build and deploy a new image. |
| `build.uri` | (**required**) Git URI that references your git repo | https://github.com/jboss-eap-up-and-running/eap7-getting-started | Be sure to specify this to build your own application. |
| `build.uri` | (**required**) Git URI that references your git repo | https://github.com/jboss-eap-up-and-running/eap7-getting-started | Be sure to specify this to build your own application. |
| `build.ref` | Git ref containing the application you want to build | - | - |
| `build.contextDir` | The sub-directory where the application source code exists | - | - |
| `build.output.kind`| Determines if the image will be pushed to an `ImageStreamTag` or a `DockerImage` | `ImageStreamTag` | [OpenShift Documentation](https://docs.openshift.com/container-platform/4.6/builds/managing-build-output.html) |
Expand Down
Loading