Skip to content

Commit

Permalink
Merge pull request kubernetes#231 from fhemberger/patch-1
Browse files Browse the repository at this point in the history
Fix YAML indentation
  • Loading branch information
philips authored Dec 27, 2016
2 parents 5193353 + 31e464e commit 787f0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributors/design-proposals/service-external-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 787f0ae

Please sign in to comment.