Merge pull request #787 from linhlam-kc/kubecost-fix-eks-option
Kubecost fix eks optionpull/788/head
commit
bae96dbdf6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue