15 lines
293 B
YAML
15 lines
293 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: futureporn
|
|
namespace: futureporn
|
|
spec:
|
|
interval: 1m
|
|
url: https://gitea.futureporn.net/futureporn/fp.git
|
|
ref:
|
|
branch: main
|
|
ignore: |
|
|
# exclude all
|
|
/*
|
|
# include charts directory
|
|
!/charts/ |