diff --git a/helm/cosmo/README.md b/helm/cosmo/README.md index ae39faf638..e6ba36d65b 100644 --- a/helm/cosmo/README.md +++ b/helm/cosmo/README.md @@ -37,6 +37,7 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph | cdn.commonLabels | object | `{}` | Add labels to all deployed resources | | cdn.configuration.s3AccessKeyId | string | `""` | s3 access key id, can be used instead of [username]:[password] in the url | | cdn.configuration.s3Endpoint | string | `""` | The endpoint of the S3 bucket. | +| cdn.configuration.s3ForcePathStyle | string | `"true"` | Forces usage of path style urls for S3. Default is true. | | cdn.configuration.s3Region | string | `"auto"` | The region where the S3 bucket is located. | | cdn.configuration.s3SecretAccessKey | string | `""` | s3 secret access key, can be used instead of [username]:[password] in the url | | cdn.configuration.s3StorageUrl | string | `"http://minio:changeme@cosmo-minio:9000/cosmo"` | | @@ -70,6 +71,7 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph | controlplane.configuration.redisPort | int | `6379` | | | controlplane.configuration.s3AccessKeyId | string | `""` | s3 access key id, can be used instead of [username]:[password] in the url | | controlplane.configuration.s3Endpoint | string | `""` | The endpoint of the S3 bucket. | +| controlplane.configuration.s3ForcePathStyle | string | `"true"` | Forces usage of path style urls for S3. Default is true. | | controlplane.configuration.s3Region | string | `"auto"` | The region where the S3 bucket is located. | | controlplane.configuration.s3SecretAccessKey | string | `""` | s3 secret access key, can be used instead of [username]:[password] in the url | | controlplane.configuration.s3StorageUrl | string | `"http://minio:changeme@cosmo-minio:9000/cosmo"` | | diff --git a/helm/cosmo/charts/cdn/README.md b/helm/cosmo/charts/cdn/README.md index b91287fba5..7db329cbc2 100644 --- a/helm/cosmo/charts/cdn/README.md +++ b/helm/cosmo/charts/cdn/README.md @@ -18,6 +18,7 @@ WunderGraph Cosmo CDN | commonLabels | object | `{}` | Add labels to all deployed resources | | configuration.s3AccessKeyId | string | `""` | s3 access key id, can be used instead of [username]:[password] in the url | | configuration.s3Endpoint | string | `""` | The endpoint of the S3 bucket. | +| configuration.s3ForcePathStyle | string | `"true"` | Forces usage of path style urls for S3. Default is true. | | configuration.s3Region | string | `"auto"` | The region where the S3 bucket is located. | | configuration.s3SecretAccessKey | string | `""` | s3 secret access key, can be used instead of [username]:[password] in the url | | deploymentStrategy | object | `{}` | | diff --git a/helm/cosmo/charts/controlplane/README.md b/helm/cosmo/charts/controlplane/README.md index 2cf9efb887..d2a6f748df 100644 --- a/helm/cosmo/charts/controlplane/README.md +++ b/helm/cosmo/charts/controlplane/README.md @@ -51,6 +51,7 @@ WunderGraph Cosmo Controlplane | configuration.redisTlsKey | string | `""` | | | configuration.s3AccessKeyId | string | `""` | s3 access key id, can be used instead of [username]:[password] in the url | | configuration.s3Endpoint | string | `""` | The endpoint of the S3 bucket. | +| configuration.s3ForcePathStyle | string | `"true"` | Forces usage of path style urls for S3. Default is true. | | configuration.s3Region | string | `"auto"` | The region where the S3 bucket is located. | | configuration.s3SecretAccessKey | string | `""` | s3 secret access key, can be used instead of [username]:[password] in the url | | configuration.s3StorageUrl | string | `"http://minio:changeme@cosmo-minio:9000/cosmo"` | |