fix
This commit is contained in:
@@ -6,61 +6,66 @@ metadata:
|
|||||||
name: gramo
|
name: gramo
|
||||||
description: a kubernetes web-client
|
description: a kubernetes web-client
|
||||||
options:
|
options:
|
||||||
managed:
|
ingress_class:
|
||||||
default: false
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- false
|
- traefik
|
||||||
type: boolean
|
type: string
|
||||||
app_group:
|
app_group:
|
||||||
default: infra
|
default: infra
|
||||||
examples:
|
examples:
|
||||||
- infra
|
- infra
|
||||||
type: string
|
type: string
|
||||||
|
sub_domain:
|
||||||
|
default: gramo
|
||||||
|
examples:
|
||||||
|
- gramo
|
||||||
|
type: string
|
||||||
|
namespaces:
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
type: array
|
||||||
domain:
|
domain:
|
||||||
default: your-company
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- your-company
|
||||||
type: string
|
type: string
|
||||||
|
managed:
|
||||||
|
default: false
|
||||||
|
examples:
|
||||||
|
- false
|
||||||
|
type: boolean
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
ingress_class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
cluster-admin:
|
cluster-admin:
|
||||||
default: false
|
default: false
|
||||||
examples:
|
examples:
|
||||||
- false
|
- false
|
||||||
type: boolean
|
type: boolean
|
||||||
namespaces:
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
type: array
|
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
gramo:
|
gramo:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/gramo
|
repository: sebt3/gramo
|
||||||
tag: 0.1.8
|
tag: 0.2.0
|
||||||
examples:
|
examples:
|
||||||
- gramo:
|
- gramo:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/gramo
|
repository: sebt3/gramo
|
||||||
tag: 0.1.8
|
tag: 0.2.0
|
||||||
properties:
|
properties:
|
||||||
gramo:
|
gramo:
|
||||||
default:
|
default:
|
||||||
pull_policy: IfNotPresent
|
pull_policy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: sebt3/gramo
|
repository: sebt3/gramo
|
||||||
tag: 0.1.8
|
tag: 0.2.0
|
||||||
properties:
|
properties:
|
||||||
pull_policy:
|
pull_policy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -76,15 +81,10 @@ options:
|
|||||||
default: sebt3/gramo
|
default: sebt3/gramo
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: 0.1.8
|
default: 0.2.0
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
sub_domain:
|
|
||||||
default: gramo
|
|
||||||
examples:
|
|
||||||
- gramo
|
|
||||||
type: string
|
|
||||||
domain_name:
|
domain_name:
|
||||||
default: your_company.com
|
default: your_company.com
|
||||||
examples:
|
examples:
|
||||||
|
|||||||
Reference in New Issue
Block a user