add bulk limit to smtp_configs
[ZITADOPER-7]
This commit is contained in:
@@ -45,6 +45,10 @@ ExternalPort: %d
|
||||
ExternalSecure: %t
|
||||
TLS:
|
||||
Enabled: false
|
||||
Projections:
|
||||
Customizations:
|
||||
smtp_configs:
|
||||
BulkLimit: 2000
|
||||
SystemAPIUsers:
|
||||
- %s:
|
||||
KeyData: %s
|
||||
@@ -59,7 +63,7 @@ SystemAPIUsers:
|
||||
opts := builder.ConfigMapOpts{
|
||||
Zitadel: zitadel,
|
||||
Key: key,
|
||||
Immutable: true,
|
||||
Immutable: false,
|
||||
Data: config,
|
||||
}
|
||||
configmap, err := r.Builder.BuildConfigMap(opts, zitadel)
|
||||
|
||||
Reference in New Issue
Block a user