@@ -51,16 +51,16 @@ spec:
5151 The content gets added to to /etc/<service>/<service>.conf.d
5252 directory as custom.conf file.
5353 type : string
54+ databaseAccount :
55+ default : aodh
56+ description : DatabaseAccount - optional MariaDBAccount CR
57+ name used for aodh DB, defaults to aodh
58+ type : string
5459 databaseInstance :
5560 description : MariaDB instance name Right now required by the
5661 maridb-operator to get the credentials from the instance
5762 to create the DB Might not be required in future
5863 type : string
59- databaseUser :
60- default : aodh
61- description : Database user name Needed to connect to a database
62- used by aodh
63- type : string
6464 defaultConfigOverwrite :
6565 additionalProperties :
6666 type : string
@@ -280,7 +280,6 @@ spec:
280280 passwordSelector :
281281 default :
282282 aodhService : AodhPassword
283- database : AodhDatabasePassword
284283 description : PasswordSelectors - Selectors to identify the
285284 service from the Secret
286285 properties :
@@ -289,11 +288,6 @@ spec:
289288 description : AodhService - Selector to get the aodh service
290289 password from the Secret
291290 type : string
292- database :
293- default : AodhDatabasePassword
294- description : Database - Selector to get the aodh database
295- user password from the Secret
296- type : string
297291 service :
298292 default : CeilometerPassword
299293 description : Service - Selector to get the ceilometer
@@ -428,11 +422,6 @@ spec:
428422 description : AodhService - Selector to get the aodh service
429423 password from the Secret
430424 type : string
431- database :
432- default : AodhDatabasePassword
433- description : Database - Selector to get the aodh database
434- user password from the Secret
435- type : string
436425 service :
437426 default : CeilometerPassword
438427 description : Service - Selector to get the ceilometer service
0 commit comments