This commit is contained in:
2023-10-08 17:53:41 +02:00
parent 42079b09a4
commit 0d5a58f13a
2 changed files with 40 additions and 40 deletions

View File

@@ -6,6 +6,28 @@ metadata:
name: organisation
description: null
options:
ingress-class:
default: traefik
examples:
- traefik
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
datasets:
default: []
items:
properties:
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
backups:
default:
enable: false
@@ -36,38 +58,25 @@ options:
default: backup-settings
type: string
type: object
datasets:
default: []
items:
properties:
engine:
default: pg
type: string
name:
default: ''
type: string
type: object
type: array
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
domain:
default: your-company
examples:
- your-company
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
app-group:
default: dev
examples:
- dev
type: string
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
domain:
default: your-company
examples:
- your-company
type: string
distributions:
default:
core: core
@@ -83,25 +92,16 @@ options:
default: domain
type: string
type: object
issuer:
default: letsencrypt-prod
domain-name:
default: your_company.com
examples:
- letsencrypt-prod
- your_company.com
type: string
haveGitea:
default: false
examples:
- false
type: boolean
stages:
default: []
items:
properties:
name:
default: prod
type: string
type: object
type: array
dependencies: []
providers:
kubernetes: true