From 06504e7133f45871b00dfeaab81e16a105e1bb17 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 20 Aug 2022 11:44:59 +0200 Subject: [PATCH] build(yaml)!: aligning to postgresql driver changes --- config/install.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config/install.yaml b/config/install.yaml index 159d646..5874bb4 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1085,34 +1085,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