Skip to content

Commit

Permalink
fix invalid relative path in kustomization.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Liujingfang1 committed Feb 12, 2019
1 parent 74d3e92 commit 1a43759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ commonAnnotations:
# markers ("---").
resources:
- some-service.yaml
- ../some-dir/some-deployment.yaml
- sub-dir/some-deployment.yaml

# Each entry in this list results in the creation of
# one ConfigMap resource (it's a generator of n maps).
Expand Down

0 comments on commit 1a43759

Please sign in to comment.