From c2d01883635ff560980f8edb87ccc6ef4818670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 23 Oct 2023 17:31:55 +0200 Subject: [PATCH] fix --- share/dataset-pg/index.yaml | 62 ++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/share/dataset-pg/index.yaml b/share/dataset-pg/index.yaml index 45ac5eb..607b1a0 100644 --- a/share/dataset-pg/index.yaml +++ b/share/dataset-pg/index.yaml @@ -6,25 +6,45 @@ metadata: name: dataset-pg description: null options: + ingress-class: + default: traefik + examples: + - traefik + type: string + roles: + default: [] + items: + properties: + name: + default: alt-account + type: string + type: object + type: array + domain: + default: your-company + examples: + - your-company + type: string + storage: + default: 8Gi + examples: + - 8Gi + type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string - databases: - default: [] - items: - properties: - name: - default: db - type: string - type: object - type: array domain-name: default: your_company.com examples: - your_company.com type: string + sub-domain: + default: dataset-pg + examples: + - dataset-pg + type: string backups: default: enable: false @@ -79,11 +99,6 @@ options: default: backup-settings type: string type: object - sub-domain: - default: dataset-pg - examples: - - dataset-pg - type: string extentions: default: directus: @@ -265,32 +280,17 @@ options: type: object type: object type: object - domain: - default: your-company - examples: - - your-company - type: string - storage: - default: 8Gi - examples: - - 8Gi - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string replicas: default: 1 examples: - 1 type: integer - roles: + databases: default: [] items: properties: name: - default: alt-account + default: db type: string type: object type: array