Skip to content

Terraform module to install Operator Lifecycle Manager on the cluster

Notifications You must be signed in to change notification settings

cloud-native-toolkit/terraform-k8s-olm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operator Lifecycle Manager module

Installs Operator Lifecycle Manager (OLM) into a cluster using the operator-sdk install process. However, if the cluster already has OLM installed then the module just looks up the configuration values.

Example usage

module "olm" {
  source = "github.com/cloud-native-toolkit/terraform-k8s-olm.git"

  cluster_config_file = module.dev_cluster.config_file_path
}

About

Terraform module to install Operator Lifecycle Manager on the cluster

Resources

Stars

Watchers

Forks

Packages

No packages published