From 9b8c52b265159baa1eb25b396f5280920fc7d097 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 23 Feb 2023 17:18:56 +0100 Subject: [PATCH] Fix patch --- flux-system/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux-system/kustomization.yaml b/flux-system/kustomization.yaml index 3da658f..35e50ed 100644 --- a/flux-system/kustomization.yaml +++ b/flux-system/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml -patches: +patchesStrategicMerge: - gotk-patches.yaml