summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/share/manifests/clusters/hurzak.tyil.net/infrastructure-sources.yaml
blob: 4ad26d747ba55d581fdbf6a10aa57a261b072174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
  name: infrastructure-sources
  namespace: flux-system
spec:
  interval: 10m0s
  dependsOn:
  - name: namespaces
  sourceRef:
    kind: GitRepository
    name: flux-system
  path: ./playbooks.d/k3s-master/share/manifests/infrastructure-sources
  prune: true
  wait: true
...