diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml
index f91513181e7085085a6858b70572d18130f5b40f..10c6a7b608d7618bf72121a15a009f69b9ec157f 100644
--- a/infrastructure/ingress-nginx/release.yaml
+++ b/infrastructure/ingress-nginx/release.yaml
@@ -246,24 +246,7 @@ spec:
           resources: {}
 
         patch:
-          enabled: false
-          image:
-            registry: k8s.gcr.io
-            image: ingress-nginx/kube-webhook-certgen
-            # for backwards compatibility consider setting the full image url via the repository value below
-            # use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
-            # repository:
-            tag: v1.0
-            digest: sha256:f3b6b39a6062328c095337b4cadcefd1612348fdd5190b1dcbcb9b9e90bd8068
-            pullPolicy: IfNotPresent
-          ## Provide a priority class name to the webhook patching job
-          ##
-          priorityClassName: ""
-          podAnnotations: {}
-          nodeSelector:
-            kubernetes.io/os: linux
-          tolerations: []
-          runAsUser: 2000
+          enabled: true
 
       metrics:
         port: 10254