fix
This commit is contained in:
@@ -6,26 +6,6 @@ metadata:
|
||||
name: okd
|
||||
description: null
|
||||
options:
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
app-group:
|
||||
default: infra
|
||||
examples:
|
||||
- infra
|
||||
type: string
|
||||
cluster-admin:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
sub-domain:
|
||||
default: okd
|
||||
examples:
|
||||
@@ -36,6 +16,21 @@ options:
|
||||
examples:
|
||||
- your-company
|
||||
type: string
|
||||
issuer:
|
||||
default: letsencrypt-prod
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
ingress-class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
app-group:
|
||||
default: infra
|
||||
examples:
|
||||
- infra
|
||||
type: string
|
||||
domain-name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
@@ -52,13 +47,13 @@ options:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: quay.io
|
||||
repository: openshift/origin-console
|
||||
tag: 4.10.0
|
||||
tag: 4.15.0
|
||||
examples:
|
||||
- okd:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: quay.io
|
||||
repository: openshift/origin-console
|
||||
tag: 4.10.0
|
||||
tag: 4.15.0
|
||||
properties:
|
||||
dbgate:
|
||||
default: null
|
||||
@@ -73,7 +68,7 @@ options:
|
||||
pullPolicy: IfNotPresent
|
||||
registry: quay.io
|
||||
repository: openshift/origin-console
|
||||
tag: 4.10.0
|
||||
tag: 4.15.0
|
||||
properties:
|
||||
pullPolicy:
|
||||
default: IfNotPresent
|
||||
@@ -85,10 +80,15 @@ options:
|
||||
default: openshift/origin-console
|
||||
type: string
|
||||
tag:
|
||||
default: 4.10.0
|
||||
default: 4.15.0
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
cluster-admin:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: share
|
||||
|
||||
Reference in New Issue
Block a user