@@ -112,11 +112,11 @@ keycloak:
112
112
existingSecret : " "
113
113
114
114
# Admin user
115
- # ignored if keycloak.internal.existingSecret is not empty string
115
+ # ignored if keycloak.internal.existingSecret is set
116
116
adminUser : admin
117
117
118
118
# Admin password
119
- # ignored if keycloak.internal.existingSecret is not empty string
119
+ # ignored if keycloak.internal.existingSecret is set
120
120
adminPassword : admin
121
121
122
122
# Keycloak realm
@@ -165,11 +165,11 @@ postgres:
165
165
existingSecret : " "
166
166
167
167
# Database user
168
- # ignored if postgres.existingSecret is not empty string
168
+ # ignored if postgres.existingSecret is set
169
169
user : keycloak
170
170
171
171
# Database password
172
- # ignored if postgres.existingSecret is not empty string
172
+ # ignored if postgres.existingSecret is set
173
173
password : keycloak
174
174
175
175
# Resources allocation
@@ -276,10 +276,10 @@ collabora:
276
276
existingSecret : " "
277
277
278
278
admin :
279
- # ignored if collabora.existingSecret is not empty string
279
+ # ignored if collabora.existingSecret is set
280
280
user : admin
281
281
282
- # ignored if collabora.existingSecret is not empty string
282
+ # ignored if collabora.existingSecret is set
283
283
password : admin
284
284
285
285
resources :
@@ -351,15 +351,15 @@ onlyoffice:
351
351
# Use existing secret for onlyoffice credentials (Note: secretKeyName must be sessionSecret)
352
352
existingSecret : " "
353
353
354
- # ignored if onlyoffice.config.coAuthoring.secret.existingSecret is not empty string
354
+ # ignored if onlyoffice.config.coAuthoring.secret.existingSecret is set
355
355
session :
356
356
string : " Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
357
357
# RabbitMQ settings
358
358
rabbitmq :
359
359
# Use existing secret for onlyoffice rabbitmq credentials (Note: secretKeyName must be url)
360
360
existingSecret : " "
361
361
362
- # ignored if onlyoffice.config.rabbitmq.existingSecret is not empty string
362
+ # ignored if onlyoffice.config.rabbitmq.existingSecret is set
363
363
url : " amqp://guest:Dd0SXIe1k9osdfjkmA0TK1bb1B1d38OFSb@localhost"
364
364
# File converter settings
365
365
fileConverter :
@@ -427,7 +427,7 @@ opencloud:
427
427
existingSecret : " "
428
428
429
429
# Admin password
430
- # ignored if opencloud.existingSecret is not empty string
430
+ # ignored if opencloud.existingSecret is set
431
431
adminPassword : admin
432
432
433
433
# Create demo users
@@ -496,11 +496,11 @@ opencloud:
496
496
existingSecret : " "
497
497
498
498
# SMTP username
499
- # ignored if opencloud.smtp.existingSecret is not empty string
499
+ # ignored if opencloud.smtp.existingSecret is set
500
500
username : " "
501
501
502
502
# SMTP password
503
- # ignored if opencloud.smtp.existingSecret is not empty string
503
+ # ignored if opencloud.smtp.existingSecret is set
504
504
password : " "
505
505
506
506
# SMTP insecure (allow self-signed certificates)
@@ -541,11 +541,11 @@ opencloud:
541
541
existingSecret : " "
542
542
543
543
# Minio Root user
544
- # ignored if opencloud.storage.s3.internal.existingSecret is not empty string
544
+ # ignored if opencloud.storage.s3.internal.existingSecret is set
545
545
rootUser : opencloud
546
546
547
547
# Minio Root password
548
- # ignored if opencloud.storage.s3.internal.existingSecret is not empty string
548
+ # ignored if opencloud.storage.s3.internal.existingSecret is set
549
549
rootPassword : opencloud-secret-key
550
550
551
551
# Bucket name
@@ -582,11 +582,11 @@ opencloud:
582
582
existingSecret : " "
583
583
584
584
# External S3 access key
585
- # ignored if opencloud.storage.s3.external.existingSecret is not empty string
585
+ # ignored if opencloud.storage.s3.external.existingSecret is set
586
586
accessKey : " "
587
587
588
588
# External S3 secret key
589
- # ignored if opencloud.storage.s3.external.existingSecret is not empty string
589
+ # ignored if opencloud.storage.s3.external.existingSecret is set
590
590
secretKey : " "
591
591
592
592
# External S3 bucket
0 commit comments