From 4e993b7402c0d7581e606aa930f823089851f4cd Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 20 Aug 2022 11:32:35 +0200 Subject: [PATCH] feat(helm)!: support for postgresql kine driver --- .../kamaji.clastix.io_tenantcontrolplanes.yaml | 14 ++++++++------ helm/kamaji/crds/tenantcontrolplane.yaml | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml index 6669a8e..3039dff 100644 --- a/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml +++ b/config/crd/bases/kamaji.clastix.io_tenantcontrolplanes.yaml @@ -1324,34 +1324,36 @@ spec: - name type: object type: object - kineMySQL: + kine: properties: certificate: properties: + checksum: + type: string lastUpdate: format: date-time type: string - resourceVersion: - type: string secretName: type: string type: object config: properties: - resourceVersion: + checksum: type: string secretName: type: string type: object + driver: + type: string setup: properties: + checksum: + type: string lastUpdate: format: date-time type: string schema: type: string - sqlConfigResourceVersion: - type: string user: type: string type: object diff --git a/helm/kamaji/crds/tenantcontrolplane.yaml b/helm/kamaji/crds/tenantcontrolplane.yaml index 6669a8e..3039dff 100644 --- a/helm/kamaji/crds/tenantcontrolplane.yaml +++ b/helm/kamaji/crds/tenantcontrolplane.yaml @@ -1324,34 +1324,36 @@ spec: - name type: object type: object - kineMySQL: + kine: properties: certificate: properties: + checksum: + type: string lastUpdate: format: date-time type: string - resourceVersion: - type: string secretName: type: string type: object config: properties: - resourceVersion: + checksum: type: string secretName: type: string type: object + driver: + type: string setup: properties: + checksum: + type: string lastUpdate: format: date-time type: string schema: type: string - sqlConfigResourceVersion: - type: string user: type: string type: object