match the name
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
f27b88d797
commit
49b349382c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue