fix
This commit is contained in:
@@ -335,7 +335,7 @@ resource "kubectl_manifest" "dashboards-workload" {
|
||||
}
|
||||
|
||||
resource "kubectl_manifest" "pvc-autoresizer" {
|
||||
count = var.pvc-autoresizer.enable ? 1 : 0
|
||||
count = var.pvc-autoresizer.enable && ! var.conditions.only_localpath ? 1 : 0
|
||||
yaml_body = <<-EOF
|
||||
apiVersion: "vynil.solidite.fr/v1"
|
||||
kind: "Install"
|
||||
|
||||
Reference in New Issue
Block a user