Skip to content

Commit

Permalink
Update docs/content/en/docs/pipeline-stages/init.md
Browse files Browse the repository at this point in the history
Co-authored-by: Brian de Alwis <bsd@acm.org>
  • Loading branch information
nkubala and briandealwis committed Jun 24, 2020
1 parent 4bf2a45 commit 9dcafbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/pipeline-stages/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ overlays/ <- one or more nested directories, each with modified environment conf
...
```

When overlay directories are found, these will be listed in the generated Skaffold config as `paths` in the `kustomize` deploy stanza. However, it generally does not make sense to have multiple overlays applied at the same time, so **Skaffold will attempt to choose a default overlay, and put each other overlay into its own profile**. This can be specified by the user through the flag `--default-kustomization`; otherwise, Skaffold will use the following heuristic:
When overlay directories are found, these will be listed in the generated Skaffold config as `paths` in the `kustomize` deploy stanza. However, it generally does not make sense to have multiple overlays applied at the same time, so **Skaffold will attempt to choose a default overlay, and put each other overlay into its own profile**. The default overlay can be specified by the user through the flag `--default-kustomization`; otherwise, Skaffold will use the following heuristic:

1) Any overlay with the name `dev`
2) If none present, the **first** overlay that isn't named `prod`
Expand Down

0 comments on commit 9dcafbb

Please sign in to comment.