fix
This commit is contained in:
@@ -6,22 +6,7 @@ metadata:
|
||||
name: okd
|
||||
description: null
|
||||
options:
|
||||
sub-domain:
|
||||
default: okd
|
||||
examples:
|
||||
- okd
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
cluster-admin:
|
||||
managed:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
@@ -31,6 +16,11 @@ options:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
cluster-admin:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
images:
|
||||
default:
|
||||
okd:
|
||||
@@ -70,15 +60,15 @@ options:
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
managed:
|
||||
default: false
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
- your-company
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- your_company.com
|
||||
- traefik
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
@@ -90,6 +80,16 @@ options:
|
||||
examples:
|
||||
- infra
|
||||
type: string
|
||||
sub-domain:
|
||||
default: okd
|
||||
examples:
|
||||
- okd
|
||||
type: string
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: share
|
||||
|
||||
Reference in New Issue
Block a user