From 1a43759ac3b5e8b320290a81de0ce266f11e7656 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Tue, 12 Feb 2019 08:57:56 -0800 Subject: [PATCH] fix invalid relative path in kustomization.yaml --- docs/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kustomization.yaml b/docs/kustomization.yaml index 781da106e..564762e72 100644 --- a/docs/kustomization.yaml +++ b/docs/kustomization.yaml @@ -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).