From 2c3fd877d87c7894131f58a48965a9f14e92720b Mon Sep 17 00:00:00 2001 From: syifa Date: Fri, 7 Nov 2025 04:51:20 +0000 Subject: [PATCH] updated file for kustomization devv --- overlays/dev/kustomization.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/overlays/dev/kustomization.yaml b/overlays/dev/kustomization.yaml index 401f466..e258733 100644 --- a/overlays/dev/kustomization.yaml +++ b/overlays/dev/kustomization.yaml @@ -4,15 +4,14 @@ kind: Kustomization namespace: intern-workspace namePrefix: dev- -# Ganti 'commonLabels' ke 'labels' (yang baru) labels: - pairs: environment: dev -# Referensi ke base resources: - ../../k8s -# Ganti deprecated field patches: - - path: patch-deployment.yaml \ No newline at end of file + - path: patch-deployment.yaml + target: + kind: Deployment \ No newline at end of file