|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: chisel-operator
|
|
namespace: futureporn
|
|
spec:
|
|
interval: 1m
|
|
url: https://github.com/FyraLabs/chisel-operator
|
|
ref:
|
|
branch: main
|
|
ignore: |
|
|
# exclude all
|
|
/*
|
|
# include charts directory
|
|
!/charts/
|