-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove the double git sub-object in the helm request for values…
… part
- Loading branch information
Showing
3 changed files
with
30 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
type: object | ||
required: | ||
- url | ||
- branch | ||
- paths | ||
properties: | ||
url: | ||
type: string | ||
description: application git repository URL | ||
example: https://github.com/Qovery/simple-node-app | ||
branch: | ||
type: string | ||
description: | | ||
Name of the branch to use. This is optional | ||
If not specified, then the branch used is the `main` or `master` one | ||
example: feat/text_xxx | ||
paths: | ||
type: array | ||
description: List of path inside your git repository to locate values file. Must start by a / | ||
items: | ||
type: string | ||
git_token_id: | ||
type: string | ||
format: uuid | ||
description: The git token id on Qovery side | ||
nullable: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters