fix
This commit is contained in:
@@ -7,7 +7,8 @@ resource "kubectl_manifest" "config" {
|
|||||||
namespace: "${var.namespace}"
|
namespace: "${var.namespace}"
|
||||||
labels: ${jsonencode(local.common-labels)}
|
labels: ${jsonencode(local.common-labels)}
|
||||||
data:
|
data:
|
||||||
INVITE_ONLY_SIGNUP: ""
|
INVITE_ONLY_SIGNUP: "true"
|
||||||
|
TELEMETRY_ENABLED: "false"
|
||||||
REDIS_URL: "${module.redis.url}"
|
REDIS_URL: "${module.redis.url}"
|
||||||
SITE_URL: "https://${local.dns_name}"
|
SITE_URL: "https://${local.dns_name}"
|
||||||
SMTP_FROM_ADDRESS: ""
|
SMTP_FROM_ADDRESS: ""
|
||||||
|
|||||||
@@ -6,18 +6,43 @@ metadata:
|
|||||||
name: infisical
|
name: infisical
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
replicas:
|
language:
|
||||||
default: 1
|
default: fr_FR
|
||||||
examples:
|
examples:
|
||||||
- 1
|
- fr_FR
|
||||||
type: integer
|
type: string
|
||||||
|
sso_vynil:
|
||||||
|
default: true
|
||||||
|
examples:
|
||||||
|
- true
|
||||||
|
type: boolean
|
||||||
|
domain_name:
|
||||||
|
default: your-company.com
|
||||||
|
examples:
|
||||||
|
- your-company.com
|
||||||
|
type: string
|
||||||
|
issuer:
|
||||||
|
default: letsencrypt-prod
|
||||||
|
examples:
|
||||||
|
- letsencrypt-prod
|
||||||
|
type: string
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
|
sub_domain:
|
||||||
|
default: to-be-set
|
||||||
|
examples:
|
||||||
|
- to-be-set
|
||||||
|
type: string
|
||||||
images:
|
images:
|
||||||
default:
|
default:
|
||||||
infisical:
|
infisical:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: infisical/infisical
|
repository: infisical/infisical
|
||||||
tag: v1.0.0
|
tag: latest
|
||||||
redis:
|
redis:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
@@ -33,7 +58,7 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: infisical/infisical
|
repository: infisical/infisical
|
||||||
tag: v1.0.0
|
tag: latest
|
||||||
redis:
|
redis:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
@@ -50,7 +75,7 @@ options:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: infisical/infisical
|
repository: infisical/infisical
|
||||||
tag: v1.0.0
|
tag: latest
|
||||||
properties:
|
properties:
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
default: IfNotPresent
|
default: IfNotPresent
|
||||||
@@ -66,7 +91,7 @@ options:
|
|||||||
default: infisical/infisical
|
default: infisical/infisical
|
||||||
type: string
|
type: string
|
||||||
tag:
|
tag:
|
||||||
default: v1.0.0
|
default: latest
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
redis:
|
redis:
|
||||||
@@ -118,51 +143,26 @@ options:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
domain_name:
|
app_group:
|
||||||
default: your-company.com
|
default: apps
|
||||||
examples:
|
examples:
|
||||||
- your-company.com
|
- apps
|
||||||
type: string
|
|
||||||
language:
|
|
||||||
default: fr_FR
|
|
||||||
examples:
|
|
||||||
- fr_FR
|
|
||||||
type: string
|
|
||||||
issuer:
|
|
||||||
default: letsencrypt-prod
|
|
||||||
examples:
|
|
||||||
- letsencrypt-prod
|
|
||||||
type: string
|
|
||||||
sub_domain:
|
|
||||||
default: to-be-set
|
|
||||||
examples:
|
|
||||||
- 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
|
||||||
app_group:
|
|
||||||
default: apps
|
|
||||||
examples:
|
|
||||||
- apps
|
|
||||||
type: string
|
|
||||||
sso_vynil:
|
|
||||||
default: true
|
|
||||||
examples:
|
|
||||||
- true
|
|
||||||
type: boolean
|
|
||||||
ingress_class:
|
ingress_class:
|
||||||
default: traefik
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
domain:
|
replicas:
|
||||||
default: your-company
|
default: 1
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- 1
|
||||||
type: string
|
type: integer
|
||||||
dependencies:
|
dependencies:
|
||||||
- dist: null
|
- dist: null
|
||||||
category: core
|
category: core
|
||||||
|
|||||||
Reference in New Issue
Block a user