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 "vynil.solidite.fr/ingress" = var.ingress-class
} }
annotations_default = { annotations_default = {
"vynil.solidite.fr/default/domain-name" = var.domain-name "default.vynil.solidite.fr/domain_name" = var.domain-name
} }
global = { global = {
"domain" = var.namespace "domain" = var.namespace

View File

@@ -31,21 +31,6 @@ options:
default: '' default: ''
type: string type: string
type: object 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: dolibarr:
default: default:
enable: true enable: true
@@ -63,6 +48,16 @@ options:
examples: examples:
- traefik - traefik
type: string type: string
domain:
default: your-company
examples:
- your-company
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
backups: backups:
default: default:
enable: false enable: false
@@ -93,21 +88,26 @@ options:
default: backup-settings default: backup-settings
type: string type: string
type: object type: object
domain-name: distributions:
default: your_company.com default:
core: core
domain: domain
examples: examples:
- your_company.com - core: core
type: string domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string type: string
domain:
default: your-company
examples:
- your-company
type: string
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true