From 16e3b18dd1cecb5b8536d2adcf795143937d39b7 Mon Sep 17 00:00:00 2001 From: adelyaou Date: Fri, 7 Nov 2025 15:23:32 +0700 Subject: [PATCH] fix: remove target field to support multiple patches in one file --- overlays/dev/kustomization.yaml | 5 +---- overlays/prod/kustomization.yaml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/overlays/dev/kustomization.yaml b/overlays/dev/kustomization.yaml index 2f50bfa..d45ac77 100644 --- a/overlays/dev/kustomization.yaml +++ b/overlays/dev/kustomization.yaml @@ -16,7 +16,4 @@ images: newTag: latest patches: - - path: patch-deployment.yaml - target: - kind: Deployment - name: backend-deployment + - path: patch-deployment.yaml \ No newline at end of file diff --git a/overlays/prod/kustomization.yaml b/overlays/prod/kustomization.yaml index 366e00c..4081cbf 100644 --- a/overlays/prod/kustomization.yaml +++ b/overlays/prod/kustomization.yaml @@ -16,7 +16,4 @@ images: newTag: prod-latest patches: - - path: patch-deployment.yaml - target: - kind: Deployment - name: backend-deployment + - path: patch-deployment.yaml \ No newline at end of file