homelab/kubernetes/clusters/production/flux-system/gotk-sync.yaml

39 lines
820 B
YAML
Raw Normal View History

2024-09-21 20:53:24 +00:00
# This manifest was generated by flux. DO NOT EDIT.
2024-09-24 00:13:18 +00:00
# ---
# apiVersion: source.toolkit.fluxcd.io/v1
# kind: GitRepository
# metadata:
# name: flux-system
# namespace: flux-system
# spec:
# interval: 1m0s
# ref:
# branch: master
# secretRef:
# name: flux-system
# url: https://git.fascinated.cc/fascinated/homelab.git
2024-09-21 20:53:24 +00:00
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
2024-09-24 00:13:18 +00:00
interval: 60m
url: https://git.fascinated.cc/fascinated/homelab.git
2024-09-21 20:53:24 +00:00
ref:
branch: master
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
2024-09-23 09:13:51 +00:00
path: ./kubernetes/clusters/production
2024-09-21 20:53:24 +00:00
prune: true
sourceRef:
kind: GitRepository
name: flux-system