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