mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
Add cert-manager
This commit is contained in:
@@ -63,6 +63,15 @@ module "nlb" {
|
||||
depends_on = [ module.oke ]
|
||||
}
|
||||
|
||||
module "cert-manager" {
|
||||
compartment_ocid = var.compartment_ocid
|
||||
cluster_ocid = module.oke.cluster_ocid
|
||||
count = var.install_cert_manager ? 1 : 0
|
||||
source = "./certmanager"
|
||||
|
||||
depends_on = [ module.oke ]
|
||||
}
|
||||
|
||||
module "argocd" {
|
||||
compartment_ocid = var.compartment_ocid
|
||||
cluster_ocid = module.oke.cluster_ocid
|
||||
|
Reference in New Issue
Block a user