Fix Amazon EKS option

Signed-off-by: Linh Lam <linh@kubecost.com>
pull/787/head
Linh Lam 2023-06-09 09:42:04 -07:00
parent 838d466825
commit 175acd1ab8
1 changed files with 6 additions and 3 deletions

View File

@ -30,16 +30,19 @@ questions:
subquestions:
- variable: kubecostFrontend.image
label: Kubecost frontend image for Amazon EKS
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/frontend"
type: string
default: "public.ecr.aws/kubecost/frontend"
default: false
- variable: kubecostModel.image
label: Kubecost cost-model image for Amazon EKS
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/cost-model"
type: string
default: "public.ecr.aws/kubecost/cost-model"
default: false
- variable: prometheus.server.image.repository
label: Kubecost Prometheus image for Amazon EKS
description: "Use this image for the Amazon EKS cluster: public.ecr.aws/kubecost/prometheus"
type: string
default: "public.ecr.aws/kubecost/prometheus"
default: false
- variable: prometheus.server.image.tag
label: Kubecost Prometheus image tag for Amazon EKS
type: string