Skip to content

Commit

Permalink
Fix ingress annotation and cert-manager configuration 👼
Browse files Browse the repository at this point in the history
This is what was required (with some crazy, not useful hack on my part
😹) to fix https on prow.tekton.dev

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Dec 11, 2019
1 parent 28531f3 commit 6e7eb30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions prow/clusterissuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spec:
email: dlorenc@google.com
privateKeySecretRef:
name: letsencrypt-prod
server: https://acme-staging-v02.api.letsencrypt.org/directory
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
class: nginx
class: nginx
2 changes: 1 addition & 1 deletion prow/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
cert-manager.io/acme-http01-edit-in-place: "true"
acme.cert-manager.io/acme-http01-edit-in-place: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
name: ing
namespace: default
Expand Down

0 comments on commit 6e7eb30

Please sign in to comment.