diff --git a/meta/domain-erp/index.yaml b/meta/domain-erp/index.yaml index c22b592..bcc69b6 100644 --- a/meta/domain-erp/index.yaml +++ b/meta/domain-erp/index.yaml @@ -6,11 +6,46 @@ metadata: name: domain-erp description: null options: + timezone: + default: Europe/Paris + examples: + - Europe/Paris + type: string domain: default: your-company examples: - your-company type: string + distributions: + default: + core: core + domain: domain + examples: + - core: core + domain: domain + properties: + core: + default: core + type: string + domain: + default: domain + type: string + type: object + app_group: + default: infra + examples: + - infra + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + language: + default: fr_FR + examples: + - fr_FR + type: string domain_name: default: your-company.com examples: @@ -21,16 +56,43 @@ options: examples: - traefik type: string - timezone: - default: Europe/Paris + storage-classes: + default: + BlockReadWriteMany: '' + BlockReadWriteOnce: '' + FilesystemReadWriteMany: '' + FilesystemReadWriteOnce: '' examples: - - Europe/Paris - type: string - issuer: - default: letsencrypt-prod + - BlockReadWriteMany: '' + BlockReadWriteOnce: '' + FilesystemReadWriteMany: '' + FilesystemReadWriteOnce: '' + properties: + BlockReadWriteMany: + default: '' + type: string + BlockReadWriteOnce: + default: '' + type: string + FilesystemReadWriteMany: + default: '' + type: string + FilesystemReadWriteOnce: + default: '' + type: string + type: object + dolibarr: + default: + enable: true examples: - - letsencrypt-prod - type: string + - enable: true + properties: + enable: + default: true + type: boolean + type: object + x-vynil-category: apps + x-vynil-package: dolibarr backups: default: enable: false @@ -71,53 +133,6 @@ options: default: false type: boolean type: object - storage-classes: - default: - BlockReadWriteMany: '' - BlockReadWriteOnce: '' - FilesystemReadWriteMany: '' - FilesystemReadWriteOnce: '' - examples: - - BlockReadWriteMany: '' - BlockReadWriteOnce: '' - FilesystemReadWriteMany: '' - FilesystemReadWriteOnce: '' - properties: - BlockReadWriteMany: - default: '' - type: string - BlockReadWriteOnce: - default: '' - type: string - FilesystemReadWriteMany: - default: '' - type: string - FilesystemReadWriteOnce: - default: '' - type: string - type: object - dolibarr: - default: - enable: true - examples: - - enable: true - properties: - enable: - default: true - type: boolean - type: object - x-vynil-category: apps - x-vynil-package: dolibarr - language: - default: fr_FR - examples: - - fr_FR - type: string - app_group: - default: infra - examples: - - infra - type: string dependencies: [] providers: kubernetes: true