From 0f30271cd84a55133a095e736eadbc0f08190195 Mon Sep 17 00:00:00 2001 From: ViggoV Date: Wed, 5 Feb 2020 11:26:32 +0100 Subject: [PATCH] Changes in Kubernetes v2.x breaks this example Only `bases` can be accessed in higher directories. https://github.com/kubernetes-sigs/kustomize/pull/700 https://github.com/kubernetes-sigs/kustomize/issues/766 --- examples/helloWorld/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helloWorld/README.md b/examples/helloWorld/README.md index fcd36bb4cd..4e5819d764 100644 --- a/examples/helloWorld/README.md +++ b/examples/helloWorld/README.md @@ -148,7 +148,7 @@ commonLabels: org: acmeCorporation commonAnnotations: note: Hello, I am staging! -resources: +bases: - ../../base patchesStrategicMerge: - map.yaml @@ -189,7 +189,7 @@ commonLabels: org: acmeCorporation commonAnnotations: note: Hello, I am production! -resources: +bases: - ../../base patchesStrategicMerge: - deployment.yaml