Skip to content

Commit

Permalink
[keys-api] empty default values (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-a-v authored Sep 11, 2024
1 parent 92f75e8 commit 3934dd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions charts/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,16 @@ See the [documentation](https://docs.2gis.com/en/on-premise/keys) to learn about

### Deployment Artifacts Storage settings

| Name | Description | Value |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
| `dgctlStorage.host` | S3 endpoint. Format: `host:port`. **Required** | `""` |
| `dgctlStorage.region` | S3 region name. | `""` |
| `dgctlStorage.secure` | Set to `true` if dgctlStorage.host must be accessed via https. **Required** | `false` |
| `dgctlStorage.verifySsl` | Set to `false` if dgctlStorage.host must be accessed via https without certificate validation. **Required** | `true` |
| `dgctlStorage.bucket` | S3 bucket name. | `keys` |
| `dgctlStorage.accessKey` | S3 access key for accessing the bucket. **Required** | `""` |
| `dgctlStorage.secretKey` | S3 secret key for accessing the bucket. **Required** | `""` |
| `dgctlStorage.manifest` | The path to the [manifest file](https://docs.2gis.com/en/on-premise/overview#nav-lvl2@paramCommon_deployment_steps). Format: `manifests/0000000000.json` <br> This file contains the description of pieces of data that the service requires to operate. | `manifest.json` |
| Name | Description | Value |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `dgctlStorage.host` | S3 endpoint. Format: `host:port`. **Required** | `""` |
| `dgctlStorage.region` | S3 region name. | `""` |
| `dgctlStorage.secure` | Set to `true` if dgctlStorage.host must be accessed via https. **Required** | `false` |
| `dgctlStorage.verifySsl` | Set to `false` if dgctlStorage.host must be accessed via https without certificate validation. **Required** | `true` |
| `dgctlStorage.bucket` | S3 bucket name. | `""` |
| `dgctlStorage.accessKey` | S3 access key for accessing the bucket. **Required** | `""` |
| `dgctlStorage.secretKey` | S3 secret key for accessing the bucket. **Required** | `""` |
| `dgctlStorage.manifest` | The path to the [manifest file](https://docs.2gis.com/en/on-premise/overview#nav-lvl2@paramCommon_deployment_steps). Format: `manifests/0000000000.json` <br> This file contains the description of pieces of data that the service requires to operate. | `""` |

### Limits

Expand Down
4 changes: 2 additions & 2 deletions charts/keys/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@ dgctlStorage:
region: ''
secure: false
verifySsl: true
bucket: keys
bucket: ''
accessKey: ''
secretKey: ''
manifest: manifest.json
manifest: ''

# @section Limits

Expand Down

0 comments on commit 3934dd7

Please sign in to comment.