From b6ccc1f4d98ef4b8b6e25f9aa12b862658b47275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonathan=20M=C3=A4gi?= Date: Mon, 4 Apr 2016 19:04:32 +0300 Subject: [PATCH] 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` --- controllers/gce/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/gce/README.md b/controllers/gce/README.md index 78bfa52ae..e1c9129ac 100644 --- a/controllers/gce/README.md +++ b/controllers/gce/README.md @@ -390,7 +390,7 @@ metadata: name: no-rules-map spec: tls: - secretName: testsecret + - secretName: testsecret backend: serviceName: s1 servicePort: 80