We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ae00a commit d56cf8dCopy full SHA for d56cf8d
charts/opencloud-full/deployments/timoni/opencloud.cue
@@ -17,7 +17,7 @@ bundle: {
17
version: "2.0.6"
18
}
19
sync: {
20
- timeout: 5
+ timeout: 10
21
createNamespace: true
22
23
helmValues: {
@@ -350,7 +350,7 @@ bundle: {
350
replication: {
351
enabled: bool @timoni(runtime:bool:OPENLDAP_REPLICATION_ENABLED)
352
353
- replicas: string @timoni(runtime:string:OPENLDAP_REPLICA_COUNT)
+ replicaCount: string @timoni(runtime:string:OPENLDAP_REPLICA_COUNT)
354
global: {
355
ldapDomain: string @timoni(runtime:string:LDAP_GLOBAL_DOMAIN)
356
adminPassword: string @timoni(runtime:string:LDAP_ADMIN_PASSWORD)
0 commit comments