This commit is contained in:
2024-01-26 20:49:13 +01:00
parent d318d017f2
commit 738339e6f7
11 changed files with 1028 additions and 963 deletions

View File

@@ -11,10 +11,10 @@ options:
examples:
- true
type: boolean
app_group:
default: erp
timezone:
default: Europe/Paris
examples:
- erp
- Europe/Paris
type: string
ingress_class:
default: traefik
@@ -26,6 +26,21 @@ options:
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
domain_name:
default: your-company.com
examples:
@@ -71,48 +86,21 @@ options:
default: false
type: boolean
type: object
timezone:
default: Europe/Paris
language:
default: fr_FR
examples:
- Europe/Paris
- fr_FR
type: string
app_group:
default: apps
examples:
- apps
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
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
distributions:
default:
core: core
domain: domain
examples:
- core: core
domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
storage:
default:
volume:
@@ -136,6 +124,18 @@ options:
type: string
type: object
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
dependencies: []
providers:
kubernetes: true