Skip to content

Commit

Permalink
Update the cert-manager cluster-issuer to wildcard-issuer (#700)
Browse files Browse the repository at this point in the history
# Story

Update the staging cluster issuer in the helm deploy values file to
`wildcard-issuer`
This is live on production and persists the changes for the next
deployment to staging.

- #699 

# Expected Behavior Before Changes
cert manager is not renewing certificates for staging automatically

# Expected Behavior After Changes
cert manager is now renews certificates for staging automatically

# Screenshots / Video

<details>
<summary>Cert renewed</summary>
<img width="1496" alt="Screenshot 2024-07-19 at 09 27 05"
src="https://github.com/user-attachments/assets/6f4ab022-a464-4f5d-af79-51cbb197929e">

</details>
  • Loading branch information
aprilrieger authored Jul 19, 2024
2 parents 999b5d3 + 54a43df commit a0232ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ingress:
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/proxy-body-size: "0"
cert-manager.io/cluster-issuer: "letsencrypt-production-dns"
cert-manager.io/cluster-issuer: wildcard-issuer
tls:
- hosts:
- '*.s2.adventistdigitallibrary.org'
Expand Down

0 comments on commit a0232ad

Please sign in to comment.