Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Apr 17, 2024
1 parent 914f19b commit f5dea46
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,24 @@ Kubernetes: `>= 1.21.0`

## Values

| Key | Type | Default | Description |
| ---------------------------- | ------ | ---------------------------------------- | ----------- |
| cronJobImage.name | string | `"alpine"` | |
| cronJobImage.pullPolicy | string | `"IfNotPresent"` | |
| cronJobImage.pullSecrets | bool | `false` | |
| cronJobImage.repository | string | `"docker.io"` | |
| cronJobImage.tag | string | `"latest"` | |
| defaultAdminUserId | string | `"00000000-0000-4000-8000-000000000000"` | |
| defaultImage.imagePullSecret | bool | `false` | |
| defaultImage.pullPolicy | string | `"IfNotPresent"` | |
| defaultImage.repository | string | `"ghcr.io/magda-io"` | |
| global.image | object | `{}` | |
| global.minions.image | object | `{}` | |
| global.rollingUpdate | object | `{}` | |
| image.name | string | `"magda-minion-broken-link"` | |
| resources.limits.cpu | string | `"200m"` | |
| resources.requests.cpu | string | `"50m"` | |
| resources.requests.memory | string | `"40Mi"` | |
| schedule | string | `"0 0 14,28 * *"` | |
| Key | Type | Default | Description |
| ---------------------------- | ------ | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| cronJobImage.name | string | `"alpine"` | |
| cronJobImage.pullPolicy | string | `"IfNotPresent"` | |
| cronJobImage.pullSecrets | bool | `false` | |
| cronJobImage.repository | string | `"docker.io"` | |
| cronJobImage.tag | string | `"latest"` | |
| datasetBucketName | string | `""` | The name of the storage bucket where all dataset files are stored. Should match storage API config. By default, it will use the value of `global.defaultDatasetBucket` (defined in `magda-core` chart) unless you specify a different value here. |
| defaultAdminUserId | string | `"00000000-0000-4000-8000-000000000000"` | |
| defaultImage.imagePullSecret | bool | `false` | |
| defaultImage.pullPolicy | string | `"IfNotPresent"` | |
| defaultImage.repository | string | `"ghcr.io/magda-io"` | |
| global.image | object | `{}` | |
| global.minions.image | object | `{}` | |
| global.rollingUpdate | object | `{}` | |
| image.name | string | `"magda-minion-broken-link"` | |
| resources.limits.cpu | string | `"200m"` | |
| resources.requests.cpu | string | `"50m"` | |
| resources.requests.memory | string | `"40Mi"` | |
| schedule | string | `"0 0 14,28 * *"` | |
| storageApiBaseUrl | string | `"http://storage-api/v0"` | The base URL of the storage API to use when generating access URLs for MAGDA internal stored resources. |

0 comments on commit f5dea46

Please sign in to comment.