Skip to content

A terraform module that will bootstrap a Kubernetes cluster with Sealed Secret controller

License

Notifications You must be signed in to change notification settings

kuptan/terraform-k8s-sealed-secrets-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform K8S Sealed Secrets Bootstrap

License GitHub Release PR's Welcome

A terraform module that will bootstrap a Kubernetes cluster with Sealed Secret controller

Usage

provider "helm" {
  kubernetes {
    config_path    = "~/.kube/config"
    config_context = "minikube"
  }
}

provider "kubernetes" {
  config_path    = "~/.kube/config"
  config_context = "minikube"
}

module "sealed_secrets" {
  source = "kube-champ/sealed-secrets-bootstrap/k8s"

  create_namespace = true
  namespace        = "sealed-secrets"

  auto_generate_key_cert = true
}

For more examples, please check the examples folder

Module Info

See the module info here here or view it on the Terraform Registry

Contributing

See contributing docs here

About

A terraform module that will bootstrap a Kubernetes cluster with Sealed Secret controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages