Installs the Strimzi Operator using the Openshift marketplace.
module "operator" {
source = "./strimzi-operator"
isOpenshift = true
operatorSource = "community-operator"
sourceNamespace = "openshift-marketplace"
startingCSV = "strimzi-cluster-operator.v0.31.1"
}
module "operator" {
source = "./strimzi-operator"
}
No requirements.
Name | Version |
---|---|
kubernetes | n/a |
No modules.
Name | Type |
---|---|
kubernetes_manifest.subscription_strimzi_kafka_operator | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
channel | Channel used to download the operator | string |
"stable" |
no |
isOpenshift | Is it deployed on Openshift? | bool |
false |
no |
operatorSource | n/a | string |
"operatorhubio-catalog" |
no |
sourceNamespace | Marketplace used to download the operator | string |
"olm" |
no |
startingCSV | Version to install | string |
"strimzi-cluster-operator.v0.32.0" |
no |
No outputs.