From 7eaaa2527131ab4f89700682eb8fdda90f05be63 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Mon, 29 Jan 2024 21:01:25 +0800 Subject: [PATCH] patchesStrategicMerge' is deprecated. use 'patches' instead --- clusters/monitor/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/monitor/kustomization.yaml b/clusters/monitor/kustomization.yaml index f8b65d6..756b956 100644 --- a/clusters/monitor/kustomization.yaml +++ b/clusters/monitor/kustomization.yaml @@ -10,6 +10,6 @@ resources: - observability-agent.yaml - prometheus-server-configmap.yaml - ingress-flagger.yaml -patchesStrategicMerge: +patches: - alert-rules-patch.yaml - recording-rules-patch.yaml