@@ -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
@@ -269,7 +269,6 @@ spec:
269269 passwordSelector :
270270 default :
271271 aodhService : AodhPassword
272- database : AodhDatabasePassword
273272 description : PasswordSelectors - Selectors to identify the
274273 service from the Secret
275274 properties :
@@ -278,11 +277,6 @@ spec:
278277 description : AodhService - Selector to get the aodh service
279278 password from the Secret
280279 type : string
281- database :
282- default : AodhDatabasePassword
283- description : Database - Selector to get the aodh database
284- user password from the Secret
285- type : string
286280 service :
287281 default : CeilometerPassword
288282 description : Service - Selector to get the ceilometer
@@ -417,11 +411,6 @@ spec:
417411 description : AodhService - Selector to get the aodh service
418412 password from the Secret
419413 type : string
420- database :
421- default : AodhDatabasePassword
422- description : Database - Selector to get the aodh database
423- user password from the Secret
424- type : string
425414 service :
426415 default : CeilometerPassword
427416 description : Service - Selector to get the ceilometer service
0 commit comments