Updated with correction for Ingress TLS spec
Fix for `error validating data: expected type array, for field spec.tls, got map; if you choose to ignore these errors, turn validation off with --validate=false`
This commit is contained in:
parent
3464d1c5e3
commit
b6ccc1f4d9
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ metadata:
|
||||||
name: no-rules-map
|
name: no-rules-map
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
secretName: testsecret
|
- secretName: testsecret
|
||||||
backend:
|
backend:
|
||||||
serviceName: s1
|
serviceName: s1
|
||||||
servicePort: 80
|
servicePort: 80
|
||||||
|
|
Loading…
Reference in a new issue