diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index 775894e..05243e1 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,51 +6,6 @@ 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 @@ -105,6 +60,51 @@ options: default: backup-settings type: string type: object + databases: + default: [] + items: + properties: + name: + default: db + 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 + replicas: + default: 1 + examples: + - 1 + type: integer + roles: + default: [] + items: + properties: + name: + default: alt-account + type: string + type: object + type: array dependencies: [] providers: kubernetes: true