Skip to content

Commit

Permalink
sail: fix letsencrypt names
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Feb 11, 2025
1 parent 765ee50 commit b255038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/kubernetes/test-cert-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cat >"${TMP_FILE}" <<-EOF
metadata:
name: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging-http
cert-manager.io/cluster-issuer: letsencrypt-staging
acme.cert-manager.io/http01-edit-in-place: "true"
cert-manager.io/issue-temporary-certificate: "true"
kubernetes.io/ingress.class: ${ingressClass}
Expand All @@ -50,7 +50,7 @@ cat >"${TMP_FILE}" <<-EOF
tls:
- hosts:
- ${CLUSTER_DOMAIN}
secretName: letsencrypt-staging-http
secretName: letsencrypt-staging
rules:
- host: ${CLUSTER_DOMAIN}
http:
Expand Down

0 comments on commit b255038

Please sign in to comment.