From 2203a1a6d26f13c9fc7405af83004c89318780fd Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 23 Feb 2023 17:20:01 +0100 Subject: [PATCH] Fix kustomizations --- flux-system/kustomization.yaml | 4 ++-- kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flux-system/kustomization.yaml b/flux-system/kustomization.yaml index 35e50ed..b346b44 100644 --- a/flux-system/kustomization.yaml +++ b/flux-system/kustomization.yaml @@ -3,5 +3,5 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml -patchesStrategicMerge: -- gotk-patches.yaml +patches: +- path: gotk-patches.yaml diff --git a/kustomization.yaml b/kustomization.yaml index 9648497..1907fae 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - ./flux-system - - deployment.yaml +- ./flux-system +- deployment.yaml