98 lines
3.0 KiB
YAML
98 lines
3.0 KiB
YAML
categories:
|
|
- database
|
|
namespace: default
|
|
questions:
|
|
- variable: global.postgresql.deploy
|
|
default: "true"
|
|
label: Deploy Postgresql
|
|
type: boolean
|
|
group: "Components"
|
|
- variable: global.rabbitmq.deploy
|
|
default: "false"
|
|
label: Deploy RabbitMQ
|
|
type: boolean
|
|
group: "Components"
|
|
- variable: global.redis.deploy
|
|
default: "false"
|
|
label: Deploy Redis
|
|
type: boolean
|
|
group: "Components"
|
|
|
|
|
|
- variable: global.privateRegistry.createSecret
|
|
default: "false"
|
|
description: "Check if you want authenticate to image registry "
|
|
type: boolean
|
|
group: "Private Registry Settings"
|
|
label: Modify Secret for Private Registry Settings
|
|
show_subquestion_if: true
|
|
subquestions:
|
|
- variable: global.imageCredentials.registry
|
|
label: Private registry URL
|
|
description: "URL of private registry. For instance: docker.io, ghcr.io"
|
|
group: "Private Registry Settings"
|
|
type: string
|
|
default: "https://index.docker.io/v1/"
|
|
- variable: global.imageCredentials.username
|
|
label: Private registry user
|
|
description: "User used to authenticate to private registry."
|
|
type: string
|
|
default: ""
|
|
- variable: global.imageCredentials.password
|
|
label: Private registry password
|
|
description: "Password used to authenticate to private registry."
|
|
type: password
|
|
default: ""
|
|
- variable: global.imageCredentials.email
|
|
label: Private registry email
|
|
description: "Email used to authenticate to private registry"
|
|
type: string
|
|
default: ""
|
|
|
|
|
|
- variable: global.defaultImage
|
|
default: false
|
|
description: "Check if you have images in a private registry"
|
|
label: "Change default image source"
|
|
type: boolean
|
|
show_subquestion_if: true
|
|
group: "Private Registry Settings"
|
|
subquestions:
|
|
- variable: cloudnative-pg.image.repository
|
|
default: "quay.io/linuxpolska/ezd-crd_cloudnative-pg:1.22.2-debian-11-r1"
|
|
description: "Postgresql image name"
|
|
type: string
|
|
label: Postgresql Image Name
|
|
show_if: "global.postgresql.deploy=true"
|
|
- variable: cloudnative-pg.image.tag
|
|
default: ""
|
|
description: "Postgresql image tag"
|
|
type: string
|
|
label: Postgresql Image Tag
|
|
show_if: "global.postgresql.deploy=true"
|
|
- variable: rabbitmq-operator.image.repository
|
|
default: "quay.io/linuxpolska/ezd-crd_cluster-operator:2.7.0-golang-1.21-r1"
|
|
description: "RabbitMQ image name"
|
|
type: string
|
|
label: RabbitMQ Image Name
|
|
show_if: "global.rabbitmq.deploy=true"
|
|
- variable: rabbitmq-operator.image.tag
|
|
default: ""
|
|
description: "RabbitMQ image tag"
|
|
type: string
|
|
label: RabbitMQ Image Tag
|
|
show_if: "global.rabbitmq.deploy=true"
|
|
- variable: redis-operator.redisOperator.imageName
|
|
default: "quay.io/linuxpolska/ezd-crd_redis-operator:0.15.0-golang-1.17-r1"
|
|
description: "Redis image name"
|
|
type: string
|
|
label: Redis Image Name
|
|
show_if: "global.redis.deploy=true"
|
|
- variable: redis-operator.redisOperator.imageTag
|
|
default: ""
|
|
description: "Redis image tag"
|
|
type: string
|
|
label: Redis Image Tag
|
|
show_if: "global.redis.deploy=true"
|
|
|