Skip to content

Commit f290488

Browse files
authored
[RHCLOUD-28457] - Fix bucket issue (#866)
* Fix bucket issue
1 parent 020451b commit f290488

File tree

11 files changed

+583
-466
lines changed

11 files changed

+583
-466
lines changed

controllers/cloud.redhat.com/config/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,14 @@
342342
"name": {
343343
"description": "The actual name of the bucket being accessed.",
344344
"type": "string"
345+
},
346+
"tls": {
347+
"description": "Details if the Object Server uses TLS.",
348+
"type": "boolean"
349+
},
350+
"endpoint": {
351+
"description": "Defines the endpoint for the Object Storage server configuration.",
352+
"type": "string"
345353
}
346354
},
347355
"required": [

0 commit comments

Comments
 (0)