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