K3s-cluster/certificate.yaml

14 lines
284 B
YAML
Raw Normal View History

2022-02-22 18:12:42 +00:00
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: kubernetes-dashboard
namespace: kubernetes-dashboard
spec:
secretName: certificate-test-dashboard
dnsNames:
- test-cluser-dashboard.localhost
issuerRef:
name: clusterissuer-le
kind: ClusterIssuer