Skip to content

Commit

Permalink
add description on image
Browse files Browse the repository at this point in the history
  • Loading branch information
seeeun-cho committed Aug 7, 2023
1 parent e62a15a commit 0ca8d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stable/kubecost-reports-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ helm install my-release deliveryhero/kubecost-reports-exporter -f values.yaml
| env | object | `{}` | Extra environment variables |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"thomasnyambati/kubecost-reports-exporter"` | Recommend to use the central image. AWS - `052919876655.dkr.ecr.eu-central-1.amazonaws.com/dh-platform-finops-kubecost-exporter-v2`, GCP - `eu.gcr.io/dh-platform-finops-tools-0607/dh-platform-finops-kubecost-exporter-v2` |
| image.tag | string | `"latest"` | the docker image tag for the exporter container image. Please refer to [kubecost_export_v2](https://github.com/deliveryhero/dh-platform-finops-kubecost/tree/master/kubecost_v2/kubecost_export_v2/scripts) |
| image.repository | string | `"thomasnyambati/kubecost-reports-exporter"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets | list | `[]` | |
| kubecost.allocationCostUrl | string | `"/model/allocation?window=15m&aggregate=pod&includeAggregatedMetadata=true"` | Url for allocation api cost reports |
| kubecost.assetsCostUrl | string | `"/model/assets?window=15m&filterCategories=Compute&filterTypes=Node&filterServices=Kubernetes"` | Url for assets api cost reports |
Expand Down

0 comments on commit 0ca8d83

Please sign in to comment.