Skip to content

Commit

Permalink
Merge pull request GoogleContainerTools#3620 from balopat/fix_broken_…
Browse files Browse the repository at this point in the history
…yaml_reference

fix broken skaffold.yaml reference
  • Loading branch information
balopat authored Jan 31, 2020
2 parents 3743023 + 2500165 commit f2d337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/schemas/v2alpha3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,7 @@
"type": "array",
"description": "path to Kustomization files.",
"x-intellij-html-description": "path to Kustomization files.",
"default": "."
"default": "[\".\"]"
}
},
"preferredOrder": [
Expand Down
2 changes: 1 addition & 1 deletion pkg/skaffold/schema/latest/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ type HelmDeployFlags struct {
// KustomizeDeploy *beta* uses the `kustomize` CLI to "patch" a deployment for a target environment.
type KustomizeDeploy struct {
// KustomizePaths is the path to Kustomization files.
// Defaults to `.`.
// Defaults to `["."]`.
KustomizePaths []string `yaml:"paths,omitempty"`

// Flags are additional flags passed to `kubectl`.
Expand Down

0 comments on commit f2d337d

Please sign in to comment.