You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
343 B
14 lines
343 B
apiVersion: cert-manager.io/v1alpha2
|
|
kind: Certificate
|
|
metadata:
|
|
name: admission-webhook-cert
|
|
spec:
|
|
isCA: true
|
|
commonName: $(serviceName).$(namespace).svc
|
|
dnsNames:
|
|
- $(serviceName).$(namespace).svc
|
|
- $(serviceName).$(namespace).svc.cluster.local
|
|
issuerRef:
|
|
kind: ClusterIssuer
|
|
name: $(issuer)
|
|
secretName: webhook-certs
|