Skip to content

Commit

Permalink
Add sslmode attr to db (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
gburges authored Aug 25, 2023
1 parent 16bd2bf commit b20e009
Show file tree
Hide file tree
Showing 8 changed files with 483 additions and 419 deletions.
4 changes: 4 additions & 0 deletions controllers/cloud.redhat.com/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@
"password": {
"description": "Defines the password for the In Memory DB server configuration.",
"type": "string"
},
"sslMode": {
"description": "Defines the sslMode used by the In Memory DB server coniguration",
"type": "boolean"
}
},
"required": [
Expand Down
Loading

0 comments on commit b20e009

Please sign in to comment.