rpuppy: remove ingress-class annotation
diff --git a/charts/rpuppy/templates/install.yaml b/charts/rpuppy/templates/install.yaml
index d2ef5fc..e9ea225 100644
--- a/charts/rpuppy/templates/install.yaml
+++ b/charts/rpuppy/templates/install.yaml
@@ -35,7 +35,7 @@
   namespace: {{ .Release.Namespace }}
   annotations:
     acme.cert-manager.io/http01-edit-in-place: "true"
-    acme.cert-manager.io/http01-ingress-class: {{ .Values.ingressClassName }}
+    # acme.cert-manager.io/http01-ingress-class: {{ .Values.ingressClassName }}
     cert-manager.io/cluster-issuer: {{ .Values.certificateIssuer}}
 spec:
   ingressClassName: {{ .Values.ingressClassName }}