10 lines
227 B
YAML
10 lines
227 B
YAML
# infrastructure/sources/helm/weave-gitops.yaml
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: weave-gitops
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1h
|
|
url: https://charts.gitops.weave.works
|