This commit is contained in:
2023-10-15 09:58:57 +02:00
parent bf1a7dc608
commit e9ea7ee094
5 changed files with 293 additions and 245 deletions

View File

@@ -6,6 +6,46 @@ metadata:
name: okd
description: null
options:
namespaces:
default: []
items:
type: string
type: array
cluster-admin:
default: false
examples:
- false
type: boolean
ingress-class:
default: traefik
examples:
- traefik
type: string
app-group:
default: infra
examples:
- infra
type: string
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
sub-domain:
default: okd
examples:
- okd
type: string
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
images:
default:
okd:
@@ -49,46 +89,6 @@ options:
type: string
type: object
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
sub-domain:
default: okd
examples:
- okd
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string
cluster-admin:
default: true
examples:
- true
type: boolean
namespaces:
default: []
items:
type: string
type: array
app-group:
default: infra
examples:
- infra
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
dependencies:
- dist: null
category: share