Document default value for enableServiceLinks

This commit is contained in:
Brad Hoekstra
2019-01-31 11:03:15 -05:00
parent 9487d37666
commit e8c75068f3
4 changed files with 4 additions and 2 deletions

View File

@@ -84986,7 +84986,7 @@
"type": "string"
},
"enableServiceLinks": {
"description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links.",
"description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.",
"type": "boolean"
},
"hostAliases": {