fix invalid relative path in kustomization.yaml

This commit is contained in:
Jingfang Liu
2019-02-12 08:57:56 -08:00
parent 74d3e92b55
commit 1a43759ac3

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