File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
charts/opencloud-microservices/deployments/timoni/opencloud Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ bundle: {
117117 default : string @timoni (runtime:string:QUOTAS_DEFAULT )
118118 roles : {
119119 // Guest Role set to 20GB
120- " 38071a68-456a-4553-846a-fa67bf5596cc " : string @timoni (runtime:string :QUOTAS_GUEST )
120+ " 38071a68-456a-4553-846a-fa67bf5596cc " : int @timoni (runtime:number :QUOTAS_GUEST )
121121 // User Role set to 300GB
122- " d7beeea8-8ff4-406b-8fb6-ab2dd81e6b11 " : string @timoni (runtime:string :QUOTAS_USER )
122+ " d7beeea8-8ff4-406b-8fb6-ab2dd81e6b11 " : int @timoni (runtime:number :QUOTAS_USER )
123123 // Space Administrator Role set to 100TB
124- " 2aadd357-682c-406b-8874-293091995fdd " : string @timoni (runtime:string :QUOTAS_SPACE_ADMIN )
124+ " 2aadd357-682c-406b-8874-293091995fdd " : int @timoni (runtime:number :QUOTAS_SPACE_ADMIN )
125125 }
126126 }
127127 externalUserManagement : {
You can’t perform that action at this time.
0 commit comments