From 2ff7bb43ff23da16ee22fb1374b2b16ac57fa5a6 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 13 Aug 2021 00:43:53 +0200
Subject: [PATCH] Fix missing kustomization.yaml in sources directory

---
 infrastructure/sources/kustomization.yaml | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 infrastructure/sources/kustomization.yaml

diff --git a/infrastructure/sources/kustomization.yaml b/infrastructure/sources/kustomization.yaml
new file mode 100644
index 000000000..7497ab7c8
--- /dev/null
+++ b/infrastructure/sources/kustomization.yaml
@@ -0,0 +1,5 @@
+piVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
+namespace: flux-system
+resources:
+  - zalando-postgres.yaml
-- 
GitLab