From 7ee3f9a7cb768da4d64d63c3a5fd9ee44d46b60a Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 25 Apr 2024 21:01:36 +0000 Subject: [PATCH] add windmill and fp to clusters --- clusters/fp/fp.yaml | 15 +++++++++++++++ clusters/fp/windmill.yaml | 8 ++++++++ 2 files changed, 23 insertions(+) create mode 100644 clusters/fp/fp.yaml create mode 100644 clusters/fp/windmill.yaml 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