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