Compare commits

..

2 Commits

Author SHA1 Message Date
Zpekii
876b4ed497 Merge branch 'main' of https://git.0orz.top/Zpekii/go-example
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13m51s
2026-01-25 17:38:05 +08:00
Zpekii
4e1822bafa chore: update flux kustomization 2026-01-25 17:37:59 +08:00
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/