From cefb64b6a919f6c0a132b10e9a8812cf34552327 Mon Sep 17 00:00:00 2001 From: Daiki Hayakawa Date: Fri, 5 Apr 2019 18:02:37 +0900 Subject: [PATCH] Fix path --- docs/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kustomization.yaml b/docs/kustomization.yaml index 668405223..277122978 100644 --- a/docs/kustomization.yaml +++ b/docs/kustomization.yaml @@ -142,9 +142,9 @@ generatorOptions: # etc. that differ from the common base). bases: - ../../base -- github.com/kubernetes-sigs/kustomize//examples/multibases?ref=v1.0.6 +- github.com/kubernetes-sigs/kustomize/examples/multibases?ref=v1.0.6 - github.com/Liujingfang1/mysql -- github.com/Liujingfang1/kustomize//examples/helloWorld?ref=test-branch +- github.com/Liujingfang1/kustomize/examples/helloWorld?ref=test-branch # Each entry in this list should resolve to # a partial or complete resource definition file.