Skip to content

Commit 6e68622

Browse files
committed
improve readability
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
1 parent 7695358 commit 6e68622

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

charts/opencloud/values.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ keycloak:
112112
existingSecret: ""
113113

114114
# Admin user
115-
# ignored if keycloak.internal.existingSecret is not empty string
115+
# ignored if keycloak.internal.existingSecret is set
116116
adminUser: admin
117117

118118
# Admin password
119-
# ignored if keycloak.internal.existingSecret is not empty string
119+
# ignored if keycloak.internal.existingSecret is set
120120
adminPassword: admin
121121

122122
# Keycloak realm
@@ -165,11 +165,11 @@ postgres:
165165
existingSecret: ""
166166

167167
# Database user
168-
# ignored if postgres.existingSecret is not empty string
168+
# ignored if postgres.existingSecret is set
169169
user: keycloak
170170

171171
# Database password
172-
# ignored if postgres.existingSecret is not empty string
172+
# ignored if postgres.existingSecret is set
173173
password: keycloak
174174

175175
# Resources allocation
@@ -276,10 +276,10 @@ collabora:
276276
existingSecret: ""
277277

278278
admin:
279-
# ignored if collabora.existingSecret is not empty string
279+
# ignored if collabora.existingSecret is set
280280
user: admin
281281

282-
# ignored if collabora.existingSecret is not empty string
282+
# ignored if collabora.existingSecret is set
283283
password: admin
284284

285285
resources:
@@ -351,15 +351,15 @@ onlyoffice:
351351
# Use existing secret for onlyoffice credentials (Note: secretKeyName must be sessionSecret)
352352
existingSecret: ""
353353

354-
# ignored if onlyoffice.config.coAuthoring.secret.existingSecret is not empty string
354+
# ignored if onlyoffice.config.coAuthoring.secret.existingSecret is set
355355
session:
356356
string: "Dd0SXIe1k9oCfdffgrfNmA0TK1bb1B1d38OFSb"
357357
# RabbitMQ settings
358358
rabbitmq:
359359
# Use existing secret for onlyoffice rabbitmq credentials (Note: secretKeyName must be url)
360360
existingSecret: ""
361361

362-
# ignored if onlyoffice.config.rabbitmq.existingSecret is not empty string
362+
# ignored if onlyoffice.config.rabbitmq.existingSecret is set
363363
url: "amqp://guest:Dd0SXIe1k9osdfjkmA0TK1bb1B1d38OFSb@localhost"
364364
# File converter settings
365365
fileConverter:
@@ -427,7 +427,7 @@ opencloud:
427427
existingSecret: ""
428428

429429
# Admin password
430-
# ignored if opencloud.existingSecret is not empty string
430+
# ignored if opencloud.existingSecret is set
431431
adminPassword: admin
432432

433433
# Create demo users
@@ -496,11 +496,11 @@ opencloud:
496496
existingSecret: ""
497497

498498
# SMTP username
499-
# ignored if opencloud.smtp.existingSecret is not empty string
499+
# ignored if opencloud.smtp.existingSecret is set
500500
username: ""
501501

502502
# SMTP password
503-
# ignored if opencloud.smtp.existingSecret is not empty string
503+
# ignored if opencloud.smtp.existingSecret is set
504504
password: ""
505505

506506
# SMTP insecure (allow self-signed certificates)
@@ -541,11 +541,11 @@ opencloud:
541541
existingSecret: ""
542542

543543
# 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
545545
rootUser: opencloud
546546

547547
# 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
549549
rootPassword: opencloud-secret-key
550550

551551
# Bucket name
@@ -582,11 +582,11 @@ opencloud:
582582
existingSecret: ""
583583

584584
# 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
586586
accessKey: ""
587587

588588
# 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
590590
secretKey: ""
591591

592592
# External S3 bucket

0 commit comments

Comments
 (0)