File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
expected/validator-runbook
pulumi/common-validator/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 566566 "imageRepo" : " us-central1-docker.pkg.dev/da-cn-shared/ghcr/digital-asset/decentralized-canton-sync-dev/docker" ,
567567 "pvc" : {
568568 "name" : " party-allocator-keys" ,
569- "size" : 100 ,
569+ "size" : " 100Gi " ,
570570 "storageClassName" : " standard-rwo"
571571 },
572572 "tolerations" : [
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export const PartyAllocatorConfigSchema = z.object({
111111 maxParties : z . number ( ) . default ( 1000000 ) ,
112112 preapprovalRetries : z . number ( ) . default ( 120 ) ,
113113 preapprovalRetryDelayMs : z . number ( ) . default ( 1000 ) ,
114- pvcSize : z . number ( ) . default ( 100 ) ,
114+ pvcSize : z . string ( ) . default ( '100Gi' ) ,
115115} ) ;
116116export type PartyAllocatorConfig = z . infer < typeof PartyAllocatorConfigSchema > ;
117117
You can’t perform that action at this time.
0 commit comments