Merge pull request #788 from Liujingfang1/doc

fix invalid relative path in kustomization.yaml
This commit is contained in:
Kubernetes Prow Robot
2019-02-12 09:22:32 -08:00
committed by GitHub

View File

@@ -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).