diff --git a/clusters/fp/fp.yaml b/clusters/fp/fp.yaml new file mode 100644 index 0000000..b47f86f --- /dev/null +++ b/clusters/fp/fp.yaml @@ -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/ \ No newline at end of file diff --git a/clusters/fp/windmill.yaml b/clusters/fp/windmill.yaml new file mode 100644 index 0000000..1e0566e --- /dev/null +++ b/clusters/fp/windmill.yaml @@ -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 \ No newline at end of file