-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
25 lines (18 loc) · 937 Bytes
/
config.yaml
File metadata and controls
25 lines (18 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Test suite configuration file
---
# Flink default version for flink deployment
FLINK_VERSION: "v2_0"
# Image of flink sql runner
SQL_RUNNER_IMAGE: quay.io/streamshub/flink-sql-runner:main
# Operator bundle image of flink operator (leave empty if this install type is not used)
FLINK_OPERATOR_BUNDLE_IMAGE: ""
# Operator bundle image of strimzi operator (leave empty if this install type is not used)
STRIMZI_OPERATOR_BUNDLE_IMAGE: ""
# Use the latest released downstream version of strimzi (amq-streams) from catalog
INSTALL_STRIMZI_FROM_RH_CATALOG: "false"
# Use the latest released downstream version of apicurio (service-registry) from catalog
INSTALL_APICURIO_FROM_RH_CATALOG: "false"
# Use the latest released downstream version of cert-manager from catalog
INSTALL_CERT_MANAGER_FROM_RH_CATALOG: "false"
# Use the latest released downstream version of keycloak (RHBK) from catalog
INSTALL_KEYCLOAK_FROM_RH_CATALOG: "false"