File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
api/kubernetes/helm-chart Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ Cosmo Tech Platform API
70
70
| config.csm.platform.internalResultServices.storage.reader.username | string | ` "changeme" ` | |
71
71
| config.csm.platform.internalResultServices.storage.writer.password | string | ` "changeme" ` | |
72
72
| config.csm.platform.internalResultServices.storage.writer.username | string | ` "changeme" ` | |
73
+ | config.csm.platform.s3.accessKeyId | string | ` "changeme" ` | |
74
+ | config.csm.platform.s3.bucketName | string | ` "changeme" ` | |
75
+ | config.csm.platform.s3.endpointUrl | string | ` "http://s3-server:9000" ` | |
76
+ | config.csm.platform.s3.secretAccessKey | string | ` "changeme" ` | |
73
77
| config.csm.platform.twincache.host | string | ` "redis.host.changeme" ` | |
74
78
| config.csm.platform.twincache.password | string | ` "changeme" ` | |
75
79
| config.csm.platform.twincache.port | int | ` 6379 ` | |
You can’t perform that action at this time.
0 commit comments