add git repo for fp chart
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
5dde8c7295
commit
5b685cd7a8
|
@ -1,8 +1,15 @@
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
kind: HelmRepository
|
kind: GitRepository
|
||||||
metadata:
|
metadata:
|
||||||
name: fp
|
name: fp
|
||||||
namespace: futureporn
|
namespace: futureporn
|
||||||
spec:
|
spec:
|
||||||
interval: 1m
|
interval: 1m
|
||||||
url: https://gitea.futureporn.net/futureporn/fp
|
url: https://gitea.futureporn.net/futureporn/fp
|
||||||
|
ref:
|
||||||
|
branch: main
|
||||||
|
ignore: |
|
||||||
|
# exclude all
|
||||||
|
/*
|
||||||
|
# include charts directory
|
||||||
|
!/charts/
|
||||||
|
|
Loading…
Reference in New Issue