diff --git a/stacks/pvc-autoresizer/modules/pvc-autoresizer/main.tf b/stacks/pvc-autoresizer/modules/pvc-autoresizer/main.tf index 978a6876..1728175d 100644 --- a/stacks/pvc-autoresizer/modules/pvc-autoresizer/main.tf +++ b/stacks/pvc-autoresizer/modules/pvc-autoresizer/main.tf @@ -35,5 +35,13 @@ resource "helm_release" "pvc_autoresizer" { } } } + webhook = { + certificate = { + generate = true + } + pvcMutatingWebhook = { + enabled = false + } + } })] }