Skip to content

Commit

Permalink
schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
nkubala committed May 20, 2019
1 parent 2dce1ae commit 29ef77d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/content/en/schemas/v1beta10.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,12 +1037,6 @@
"x-intellij-html-description": "if <code>true</code>, Skaffold will send <code>--recreate-pods</code> flag to Helm CLI.",
"default": "false"
},
"remote": {
"type": "boolean",
"description": "specifies whether the chart path is remote, or exists on the host filesystem.",
"x-intellij-html-description": "specifies whether the chart path is remote, or exists on the host filesystem.",
"default": "false"
},
"setValueTemplates": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -1116,7 +1110,6 @@
"recreatePods",
"skipBuildDependencies",
"useHelmSecrets",
"remote",
"overrides",
"packaged",
"imageStrategy"
Expand Down
7 changes: 7 additions & 0 deletions docs/content/en/schemas/v1beta11.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,12 @@
"x-intellij-html-description": "if <code>true</code>, Skaffold will send <code>--recreate-pods</code> flag to Helm CLI.",
"default": "false"
},
"remote": {
"type": "boolean",
"description": "specifies whether the chart path is remote, or exists on the host filesystem. `remote: true` implies `skipBuildDependencies: true`.",
"x-intellij-html-description": "specifies whether the chart path is remote, or exists on the host filesystem. <code>remote: true</code> implies <code>skipBuildDependencies: true</code>.",
"default": "false"
},
"setValueTemplates": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -1110,6 +1116,7 @@
"recreatePods",
"skipBuildDependencies",
"useHelmSecrets",
"remote",
"overrides",
"packaged",
"imageStrategy"
Expand Down

0 comments on commit 29ef77d

Please sign in to comment.