This commit is contained in:
2024-01-26 10:41:56 +01:00
parent 025be779ff
commit 0c5e247c0c
2 changed files with 25 additions and 25 deletions

View File

@@ -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

View File

@@ -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