From 76c74a98ce8f91e9c1eb3f29c8ad62cf02e56092 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 27 Jul 2021 19:07:01 +0200
Subject: [PATCH] Add wekan kustomisation

---
 flux2/cluster/optional/wekan/wekan.yaml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 flux2/cluster/optional/wekan/wekan.yaml

diff --git a/flux2/cluster/optional/wekan/wekan.yaml b/flux2/cluster/optional/wekan/wekan.yaml
new file mode 100644
index 000000000..0fd42e564
--- /dev/null
+++ b/flux2/cluster/optional/wekan/wekan.yaml
@@ -0,0 +1,25 @@
+---
+apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
+kind: Kustomization
+metadata:
+  name: wekan
+  namespace: flux-system
+spec:
+  interval: 1h
+  dependsOn:
+    - name: core
+    - name: infrastructure
+  sourceRef:
+    kind: GitRepository
+    name: openappstack
+  path: ./flux2/apps/wekan
+  prune: true
+  validation: client
+  postBuild:
+    substituteFrom:
+      - kind: Secret
+        name: oas-wekan-variables
+      - kind: Secret
+        name: oas-oauth-variables
+      - kind: Secret
+        name: oas-cluster-variables
-- 
GitLab