summaryrefslogtreecommitdiff
path: root/playbooks.d/k3s-master/share/manifests/infrastructure/sources/truecharts.yaml
blob: fc03ce27875d20f5a3c8e17b566e3ab173baa88c (plain)
1
2
3
4
5
6
7
8
9
10
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
  name: truecharts
  namespace: flux-system
spec:
  interval: 1m
  url: https://helm.truecharts.org
...