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