Skip to content

Commit

Permalink
chore: wire through new attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasZeissner committed Sep 4, 2024
1 parent cfe1c8c commit e01f183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/cosmo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down Expand Up @@ -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"` | |
Expand Down
1 change: 1 addition & 0 deletions helm/cosmo/charts/cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` | |
Expand Down
1 change: 1 addition & 0 deletions helm/cosmo/charts/controlplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down

0 comments on commit e01f183

Please sign in to comment.