summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/manifests/infrastructure/sources/tyil-nitter.yaml
blob: d7cc48c97f6b155ca61062ebaccd6f2a2e339136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
  name: tyil-helm-nitter
  namespace: flux-system
spec:
  interval: 1m
  url: https://git.sr.ht/~tyil/helm-nitter
  ref:
    branch: master
...