diff --git a/meta/domain-erp/apps.tf b/meta/domain-erp/apps.tf index 381f1fc..e30281b 100644 --- a/meta/domain-erp/apps.tf +++ b/meta/domain-erp/apps.tf @@ -7,7 +7,7 @@ locals { "vynil.solidite.fr/ingress" = var.ingress-class } annotations_default = { - "vynil.solidite.fr/default/domain-name" = var.domain-name + "default.vynil.solidite.fr/domain_name" = var.domain-name } global = { "domain" = var.namespace diff --git a/meta/domain-erp/index.yaml b/meta/domain-erp/index.yaml index 287f511..f33bb7a 100644 --- a/meta/domain-erp/index.yaml +++ b/meta/domain-erp/index.yaml @@ -31,21 +31,6 @@ options: default: '' type: string type: object - distributions: - default: - core: core - domain: domain - examples: - - core: core - domain: domain - properties: - core: - default: core - type: string - domain: - default: domain - type: string - type: object dolibarr: default: enable: true @@ -63,6 +48,16 @@ options: examples: - traefik type: string + domain: + default: your-company + examples: + - your-company + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string backups: default: enable: false @@ -93,21 +88,26 @@ options: default: backup-settings type: string type: object - domain-name: - default: your_company.com + distributions: + default: + core: core + domain: domain examples: - - your_company.com - type: string + - core: core + domain: domain + properties: + core: + default: core + type: string + domain: + default: domain + type: string + type: object issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string - domain: - default: your-company - examples: - - your-company - type: string dependencies: [] providers: kubernetes: true