rpuppy: reuse same ingress for cert-manager
diff --git a/charts/rpuppy/templates/install.yaml b/charts/rpuppy/templates/install.yaml
index 2080454..73b94e5 100644
--- a/charts/rpuppy/templates/install.yaml
+++ b/charts/rpuppy/templates/install.yaml
@@ -31,9 +31,9 @@
 metadata:
   name: ingress
   namespace: {{ .Release.Namespace }}
-  # annotations:
+  annotations:
+    acme.cert-manager.io/http01-edit-in-place: "true"
   #   cert-manager.io/cluster-issuer: "letsencrypt-prod"
-  #   acme.cert-manager.io/http01-edit-in-place: "true"
 spec:
   ingressClassName: {{ .Values.ingressClassName }}
   tls: