feat(helm)!: support for postgresql kine driver

This commit is contained in:
Dario Tranchitella
2022-08-20 11:32:35 +02:00
parent ebdb24ce45
commit 4e993b7402
2 changed files with 16 additions and 12 deletions

View File

@@ -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

View File

@@ -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