From 21ef216e92cdb0ce92a6d15700d5e6c8c5fa9ddf Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 26 Oct 2025 15:39:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Add=20Database?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chart/Chart.yaml | 2 +- chart/templates/database/database.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b48196a..c826b9b 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.0.2 \ No newline at end of file +version: 0.0.3 \ No newline at end of file diff --git a/chart/templates/database/database.yaml b/chart/templates/database/database.yaml index e69de29..7f5587f 100644 --- a/chart/templates/database/database.yaml +++ b/chart/templates/database/database.yaml @@ -0,0 +1,9 @@ +apiVersion: postgresql.cnpg.io/v1 +kind: Database +metadata: + name: kubooboo +spec: + name: kubooboo + owner: kubooboo + cluster: + name: postgres \ No newline at end of file