diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index cb2e1ce..775894e 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,11 +6,51 @@ metadata: name: dataset-pg description: null options: + replicas: + default: 1 + examples: + - 1 + type: integer + databases: + default: [] + items: + properties: + name: + default: db + type: string + type: object + type: array + roles: + default: [] + items: + properties: + name: + default: alt-account + type: string + type: object + type: array storage: default: 8Gi examples: - 8Gi type: string + extentions: + default: + pool: + enable: false + examples: + - pool: + enable: false + properties: + pool: + default: + enable: false + properties: + enable: + default: false + type: boolean + type: object + type: object backups: default: enable: false @@ -65,46 +105,6 @@ options: default: backup-settings type: string type: object - roles: - default: [] - items: - properties: - name: - default: alt-account - type: string - type: object - type: array - extentions: - default: - pool: - enable: false - examples: - - pool: - enable: false - properties: - pool: - default: - enable: false - properties: - enable: - default: false - type: boolean - type: object - type: object - databases: - default: [] - items: - properties: - name: - default: db - type: string - type: object - type: array - replicas: - default: 1 - examples: - - 1 - type: integer dependencies: [] providers: kubernetes: true