Skip to content

Latest commit

 

History

History

strimzi-operator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

strimzi-operator

Installs the Strimzi Operator using the Openshift marketplace.

Usage

Openshift

module "operator" {
  source = "./strimzi-operator"

  isOpenshift     = true
  operatorSource  = "community-operator"
  sourceNamespace = "openshift-marketplace"
  startingCSV     = "strimzi-cluster-operator.v0.31.1"
} 

Kubernetes

module "operator" {
  source = "./strimzi-operator"
} 

Requirements

No requirements.

Providers

Name Version
kubernetes n/a

Modules

No modules.

Resources

Name Type
kubernetes_manifest.subscription_strimzi_kafka_operator resource

Inputs

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

Outputs

No outputs.