Skip to content

Commit

Permalink
Merge pull request #1527 from kdkeyser/patch-1
Browse files Browse the repository at this point in the history
Fix doc for Kustomize deploy: path option
  • Loading branch information
dgageot authored Jan 25, 2019
2 parents 2a4b107 + 5bcaec5 commit fc172a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/docs/how-tos/deployers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ section of `skaffold.yaml`. The `kustomize` type offers the following options:

|Option|Description|
|----|----|
|`kustomizePath`| <b>Optional</b> Path to Kustomization files. The default value is `.` (current directory).|
|`path`| <b>Optional</b> Path to Kustomization files. The default value is `.` (current directory).|
|`flags`| OPTIONAL. Additional flags to pass to `kubectl`. You can specify three types of flags: <ul> <li>`global`: flags that apply to every command.</li> <li>`apply`: flags that apply to creation commands.</li> <li>`delete`: flags that apply to deletion commands.</li> <ul> |

The following `deploy` section, for example, instructs Skaffold to deploy
Expand All @@ -153,7 +153,7 @@ apiVersion: {{< skaffold-version >}}
kind: Config
deploy:
kustomize:
kustomizePath: "."
path: "."
# The deploy section above is equal to
# apiVersion: {{< skaffold-version >}}
# kind: Config
Expand Down

0 comments on commit fc172a6

Please sign in to comment.