fix
This commit is contained in:
@@ -56,7 +56,7 @@ resource "kubectl_manifest" "prj_pg_backup" {
|
||||
}
|
||||
|
||||
resource "kubectl_manifest" "prj_pg_pool" {
|
||||
count = var.pool.enable ? 1:0
|
||||
count = var.extentions.pool.enable ? 1:0
|
||||
depends_on = [kubectl_manifest.prj_pg]
|
||||
yaml_body = <<-EOF
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
|
||||
Reference in New Issue
Block a user