add windmill and fp to clusters
ci / build (push) Successful in 8s
Details
ci / build (push) Successful in 8s
Details
This commit is contained in:
parent
24d6cfefa8
commit
7ee3f9a7cb
|
@ -0,0 +1,15 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: fp
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://gitea.futureporn.net/futureporn/fp.git
|
||||
ref:
|
||||
branch: main
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
# include charts directory
|
||||
!/charts/
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: windmill
|
||||
namespace: default
|
||||
spec:
|
||||
interval: 10m
|
||||
url: https://stefanprodan.github.io/podinfohttps://windmill-labs.github.io/windmill-helm-charts
|
Loading…
Reference in New Issue