hub: make bucket optional for GCPUploadOptions
The GCP Bucket may be (and usually will be) set on the composer-worker. Related to https://github.com/osbuild/osbuild-composer/pull/3023. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
a90101bde9
commit
8939c3515f
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ OSBUILD_IMAGE_SCHEMA = {
|
||||||
"GCPUploadOptions": {
|
"GCPUploadOptions": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
"required": ["region", "bucket"],
|
"required": ["region"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"region": {
|
"region": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue