From 079c4a87914adfaa6746a63ceabb01fbb0f018db Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 20 Dec 2023 11:12:07 +0100 Subject: [PATCH] Update README with new workspace Signed-off-by: Vincent Demeester --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85fc2b4..5a68b88 100644 --- a/README.md +++ b/README.md @@ -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