Skip to content

Commit

Permalink
Update README with new workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and openshift-merge-bot[bot] committed Dec 21, 2023
1 parent 9781ecd commit 33f5021
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The `maven` Task can be used to run a Maven goal on a simple or multi-module mav

### `source`

The `source` is a required workspace, that contains the source of the "maven" project to build. It should contain a `pom.xml`.
The `source` workspace is required. It contains the source of the "maven" project to build. It should contain a `pom.xml`.

## `server_secret` (optional)

The `server_secret` is optional. It should contain two *files* : `username` and `password`. It is possible to bind a `ConfigMap` or a `Secret` to this workspace ; in that case, the `ConfigMap` or `Secret` should have a `username` and a `password` key.

## Parameters

Expand Down

0 comments on commit 33f5021

Please sign in to comment.