Merge pull request #787 from linhlam-kc/kubecost-fix-eks-option

Kubecost fix eks option
pull/788/head
Nefi Munoz 2023-06-09 14:24:50 -06:00 committed by GitHub
commit bae96dbdf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 8 deletions

View File

@ -22,7 +22,7 @@ questions:
# Amazon EKS
- variable: AmazonEKS.enabled
label: Amazon EKS cluster
description: "If true, Kubecost will be installed with the images from https://gallery.ecr.aws/kubecost/"
description: "If true, Kubecost will be installed with the images and helm chart from https://gallery.ecr.aws/kubecost/"
type: boolean
default: false
show_subquestion_if: true
@ -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: ""
- 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: ""
- 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: ""
- variable: prometheus.server.image.tag
label: Kubecost Prometheus image tag for Amazon EKS
type: string

View File

@ -22,7 +22,7 @@ questions:
# Amazon EKS
- variable: AmazonEKS.enabled
label: Amazon EKS cluster
description: "If true, Kubecost will be installed with the images from https://gallery.ecr.aws/kubecost/"
description: "If true, Kubecost will be installed with the images and helm chart from https://gallery.ecr.aws/kubecost/"
type: boolean
default: false
show_subquestion_if: true
@ -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: ""
- 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: ""
- 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: ""
- variable: prometheus.server.image.tag
label: Kubecost Prometheus image tag for Amazon EKS
type: string