ci: update kustomization

This commit is contained in:
Zpekii
2026-01-25 20:24:12 +08:00
parent 4c748b20e3
commit 062b40cf13
3 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ metadata:
namespace: flux-system
spec:
interval: 30m0s
path: ./
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:

View File

@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- clusters/app

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../deployment.yaml