From 50aad7aaedd8ed98e0624de4c33eed6b3669a06f Mon Sep 17 00:00:00 2001 From: Zpekii <3156752796@qq.com> Date: Sun, 25 Jan 2026 17:26:56 +0800 Subject: [PATCH] chore: update kustomization --- clusters/app/go-example-kustomization.yaml | 2 +- kustomization.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 kustomization.yaml diff --git a/clusters/app/go-example-kustomization.yaml b/clusters/app/go-example-kustomization.yaml index 9dc7341..de1b545 100644 --- a/clusters/app/go-example-kustomization.yaml +++ b/clusters/app/go-example-kustomization.yaml @@ -6,7 +6,7 @@ metadata: namespace: flux-system spec: interval: 30m0s - path: ./kustomize + path: ./ prune: true retryInterval: 2m0s sourceRef: diff --git a/kustomization.yaml b/kustomization.yaml new file mode 100644 index 0000000..94e0085 --- /dev/null +++ b/kustomization.yaml @@ -0,0 +1,7 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - deployment.yaml + - clusters/app/go-example-source.yaml + - clusters/app/go-example-kustomization.yaml + - clusters/app/flux-system/