surround yaml *
with quotes
This commit is contained in:
parent
17c754f357
commit
f469e78f30
@ -9,8 +9,8 @@ spec:
|
||||
name: cloudflare-issuer
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- mziesel.nl
|
||||
- *.mziesel.nl
|
||||
- 'mziesel.nl'
|
||||
- '*.mziesel.nl'
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
@ -22,8 +22,8 @@ spec:
|
||||
name: cloudflare-issuer
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- mziesel.com
|
||||
- *.mziesel.com
|
||||
- 'mziesel.com'
|
||||
- '*.mziesel.com'
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: TLSStore
|
||||
|
Loading…
Reference in New Issue
Block a user