mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
14 lines
277 B
YAML
14 lines
277 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: pr${PR_NUMBER}-tls
|
|
namespace: pr-deployment-certs
|
|
spec:
|
|
secretName: pr${PR_NUMBER}-tls
|
|
issuerRef:
|
|
name: letsencrypt
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- "${PR_HOSTNAME}"
|
|
- "*.${PR_HOSTNAME}"
|