fix
This commit is contained in:
@@ -11,36 +11,26 @@ options:
|
||||
examples:
|
||||
- infra
|
||||
type: string
|
||||
cluster-admin:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
managed:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
images:
|
||||
default:
|
||||
gramo:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: sebt3/gramo
|
||||
tag: 0.2.3
|
||||
tag: 0.3.0
|
||||
examples:
|
||||
- gramo:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: sebt3/gramo
|
||||
tag: 0.2.3
|
||||
tag: 0.3.0
|
||||
properties:
|
||||
gramo:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: sebt3/gramo
|
||||
tag: 0.2.3
|
||||
tag: 0.3.0
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
@@ -56,7 +46,7 @@ options:
|
||||
default: sebt3/gramo
|
||||
type: string
|
||||
tag:
|
||||
default: 0.2.3
|
||||
default: 0.3.0
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
@@ -65,16 +55,6 @@ options:
|
||||
examples:
|
||||
- gramo
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
namespaces:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
domain:
|
||||
default: your-company
|
||||
examples:
|
||||
@@ -85,11 +65,31 @@ options:
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
- traefik
|
||||
type: string
|
||||
managed:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
domain_name:
|
||||
default: your_company.com
|
||||
examples:
|
||||
- your_company.com
|
||||
type: string
|
||||
cluster-admin:
|
||||
default: false
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
namespaces:
|
||||
default: []
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: share
|
||||
|
||||
Reference in New Issue
Block a user