fix
This commit is contained in:
@@ -6,35 +6,35 @@ metadata:
|
|||||||
name: infisical
|
name: infisical
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
language:
|
|
||||||
default: fr_FR
|
|
||||||
examples:
|
|
||||||
- fr_FR
|
|
||||||
type: string
|
|
||||||
sso_vynil:
|
sso_vynil:
|
||||||
default: true
|
default: true
|
||||||
examples:
|
examples:
|
||||||
- true
|
- true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
ingress_class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
app_group:
|
||||||
|
default: apps
|
||||||
|
examples:
|
||||||
|
- apps
|
||||||
|
type: string
|
||||||
domain_name:
|
domain_name:
|
||||||
default: your-company.com
|
default: your-company.com
|
||||||
examples:
|
examples:
|
||||||
- your-company.com
|
- your-company.com
|
||||||
type: string
|
type: string
|
||||||
issuer:
|
replicas:
|
||||||
default: letsencrypt-prod
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- 1
|
||||||
type: string
|
type: integer
|
||||||
domain:
|
language:
|
||||||
default: your-company
|
default: fr_FR
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- fr_FR
|
||||||
type: string
|
|
||||||
sub_domain:
|
|
||||||
default: to-be-set
|
|
||||||
examples:
|
|
||||||
- to-be-set
|
|
||||||
type: string
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
@@ -143,26 +143,26 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
app_group:
|
sub_domain:
|
||||||
default: apps
|
default: to-be-set
|
||||||
examples:
|
examples:
|
||||||
- apps
|
- to-be-set
|
||||||
type: string
|
type: string
|
||||||
timezone:
|
timezone:
|
||||||
default: Europe/Paris
|
default: Europe/Paris
|
||||||
examples:
|
examples:
|
||||||
- Europe/Paris
|
- Europe/Paris
|
||||||
type: string
|
type: string
|
||||||
ingress_class:
|
issuer:
|
||||||
default: traefik
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
replicas:
|
domain:
|
||||||
default: 1
|
default: your-company
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- your-company
|
||||||
type: integer
|
type: string
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: core
|
category: core
|
||||||
|
|||||||
Reference in New Issue
Block a user