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
|
apiVersion: cert-manager.io/v1
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-example
|
name: letsencrypt
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
# Replace the email address with your own contact email
|
# Replace the email address with your own contact email
|
||||||
|
@ -12,7 +12,7 @@ spec:
|
||||||
# The server is replaced in /clusters/production/infrastructure.yaml
|
# The server is replaced in /clusters/production/infrastructure.yaml
|
||||||
server: https://example.com
|
server: https://example.com
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-staging
|
name: letsencrypt
|
||||||
solvers:
|
solvers:
|
||||||
- http01:
|
- http01:
|
||||||
ingress:
|
ingress:
|
||||||
|
|
Loading…
Reference in New Issue