Files
go-example/clusters/app/go-example-kustomization.yaml
root 4154c807b1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m32s
chore: update flux
2026-01-25 17:16:32 +08:00

18 lines
316 B
YAML

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: go-example
namespace: flux-system
spec:
interval: 30m0s
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: go-example
targetNamespace: helloapp
timeout: 3m0s
wait: true