This commit is contained in:
2024-01-10 11:27:31 +01:00
parent 8d3559a2c4
commit a96ddf325e

View File

@@ -6,25 +6,10 @@ metadata:
name: okd name: okd
description: null description: null
options: options:
namespaces: domain:
default: [] default: your-company
items:
type: string
type: array
domain-name:
default: your_company.com
examples: examples:
- your_company.com - your-company
type: string
sub-domain:
default: okd
examples:
- okd
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string type: string
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
@@ -74,20 +59,40 @@ options:
type: string type: string
type: object type: object
type: object type: object
app-group: namespaces:
default: infra default: []
examples: items:
- infra
type: string type: string
type: array
sub-domain:
default: okd
examples:
- okd
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
managed:
default: false
examples:
- false
type: boolean
cluster-admin: cluster-admin:
default: false default: false
examples: examples:
- false - false
type: boolean type: boolean
domain: app-group:
default: your-company default: infra
examples: examples:
- your-company - infra
type: string type: string
dependencies: dependencies:
- dist: null - dist: null