diff --git a/flux-system/gotk-patches.yaml b/flux-system/gotk-patches.yaml new file mode 100644 index 0000000..28683ea --- /dev/null +++ b/flux-system/gotk-patches.yaml @@ -0,0 +1,10 @@ +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 +kind: Kustomization +metadata: + name: flux-system + namespace: flux-system +spec: + interval: 1m0s + prune: false + force: true diff --git a/flux-system/kustomization.yaml b/flux-system/kustomization.yaml index 3842229..3da658f 100644 --- a/flux-system/kustomization.yaml +++ b/flux-system/kustomization.yaml @@ -3,3 +3,5 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml +patches: +- gotk-patches.yaml