chore: update flux kustomization

This commit is contained in:
Zpekii
2026-01-25 17:37:59 +08:00
parent 8edf753f47
commit 4e1822bafa
3 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ metadata:
namespace: flux-system
spec:
interval: 10m0s
path: ./
path: ./clusters/app
prune: true
sourceRef:
kind: GitRepository

View File

@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- flux-system/
- go-example-source.yaml
- go-example-kustomization.yaml

View File

@@ -1,7 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- deployment.yaml
- clusters/app/go-example-source.yaml
- clusters/app/go-example-kustomization.yaml
- clusters/app/flux-system/