match the name
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-28 16:15:30 -08:00
parent f27b88d797
commit 49b349382c
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-example
name: letsencrypt
spec:
acme:
# Replace the email address with your own contact email
@ -12,7 +12,7 @@ spec:
# The server is replaced in /clusters/production/infrastructure.yaml
server: https://example.com
privateKeySecretRef:
name: letsencrypt-staging
name: letsencrypt
solvers:
- http01:
ingress: