This commit is contained in:
2024-02-23 13:48:07 +01:00
parent 08e71d69cd
commit 818a21befc
28 changed files with 948 additions and 896 deletions

View File

@@ -4,52 +4,8 @@ kind: Component
category: apps
metadata:
name: okd
description: null
description: The console is a more friendly kubectl in the form of a single page webapp. It also integrates with other services like monitoring, chargeback, and OLM.
options:
images:
default:
okd:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.15.0
examples:
- okd:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.15.0
properties:
okd:
default:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.15.0
properties:
pull_policy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: quay.io
type: string
repository:
default: openshift/origin-console
type: string
tag:
default: 4.15.0
type: string
type: object
type: object
cluster-admin:
default: false
examples:
- false
type: boolean
domain_name:
default: your_company.com
examples:
@@ -65,31 +21,75 @@ options:
examples:
- infra
type: string
sub_domain:
default: okd
examples:
- okd
type: string
managed:
default: false
examples:
- false
type: boolean
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
namespaces:
default: []
items:
type: string
type: array
sub_domain:
default: okd
examples:
- okd
type: string
domain:
default: your-company
examples:
- your-company
type: string
images:
default:
okd:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.16.0
examples:
- okd:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.16.0
properties:
okd:
default:
pull_policy: IfNotPresent
registry: quay.io
repository: openshift/origin-console
tag: 4.16.0
properties:
pull_policy:
default: IfNotPresent
enum:
- Always
- Never
- IfNotPresent
type: string
registry:
default: quay.io
type: string
repository:
default: openshift/origin-console
type: string
tag:
default: 4.16.0
type: string
type: object
type: object
managed:
default: false
examples:
- false
type: boolean
cluster-admin:
default: false
examples:
- false
type: boolean
namespaces:
default: []
items:
type: string
type: array
dependencies:
- dist: null
category: share