Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 426 Bytes

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
}