From c587b593e7dff0c1d59abf8b676b56fc961f4a24 Mon Sep 17 00:00:00 2001 From: "youngseok.yoon" Date: Sun, 19 Oct 2025 00:37:40 +0900 Subject: [PATCH] Fix kustomization fields - Fixed fields: patchesJson6902 -> patches patchesStrategicMerge -> patches commonLabels -> labels Signed-off-by: youngseok.yoon --- examples/helloWorld/kustomization.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/helloWorld/kustomization.yaml b/examples/helloWorld/kustomization.yaml index 2262bb1c9c..43a36c68b5 100644 --- a/examples/helloWorld/kustomization.yaml +++ b/examples/helloWorld/kustomization.yaml @@ -5,10 +5,12 @@ metadata: # Example configuration for the webserver # at https://github.com/monopole/hello -commonLabels: - app: hello resources: - deployment.yaml - service.yaml - configMap.yaml +labels: +- includeSelectors: true + pairs: + app: hello