mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +02:00
17 lines
310 B
YAML
17 lines
310 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: k8s-gateway-charts
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1440m
|
|
url: https://github.com/ori-edge/k8s_gateway
|
|
ref:
|
|
branch: master
|
|
ignore: |
|
|
# exclude all
|
|
/*
|
|
# include charts directory
|
|
!/charts/
|