nxtgauge-gitops/clusters/production/flux-system/gotk-sync.yaml
sync-test f9306faf73
All checks were successful
sync-to-forgejo / sync (push) Successful in 15s
ops(flux): switch gitops source to Forgejo
2026-07-04 19:41:25 +05:30

29 lines
574 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
ref:
branch: main
secretRef:
name: flux-system
url: https://ci.nxtgauge.com/ashwin/nxtgauge-gitops.git
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
path: ./clusters/production
prune: true
sourceRef:
kind: GitRepository
name: flux-system
decryption:
provider: sops
secretRef:
name: sops-age