From 31e464e6f48e5b929932da63da19e9795e1efd55 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Thu, 22 Dec 2016 07:01:30 +0100 Subject: Fix YAML indentation `type` and `externalName` are child elements of `spec`. --- contributors/design-proposals/service-external-name.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/design-proposals/service-external-name.md b/contributors/design-proposals/service-external-name.md index b8c7d769..eaab4c51 100644 --- a/contributors/design-proposals/service-external-name.md +++ b/contributors/design-proposals/service-external-name.md @@ -143,8 +143,8 @@ metadata: spec: ports: - port: 12345 -type: ExternalName -externalName: myapp.rds.whatever.aws.says + type: ExternalName + externalName: myapp.rds.whatever.aws.says ``` There is one issue to take into account, that no other alternative considered -- cgit v1.2.3