Skip to content

Commit

Permalink
docs: update letsencrypt documentation elifesciences/issues9056
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 13, 2024
1 parent 6113742 commit 8b9830c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/letsencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: letsencrypt
name: sciencebeam-texture--prod
namespace: sciencebeam
spec:
Expand Down Expand Up @@ -43,7 +43,7 @@ values:
ingress:
enabled: "true"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
cert-manager.io/cluster-issuer: "letsencrypt"
hosts:
- host: sciencebeam-texture.elifesciences.org
paths:
Expand Down

0 comments on commit 8b9830c

Please sign in to comment.