From 16f996a54b77ae715f82459a5b45e711039d3112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 28 Jan 2024 11:53:02 +0100 Subject: [PATCH] fix --- apps/infisical/index.yaml | 56 ++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 33 deletions(-) diff --git a/apps/infisical/index.yaml b/apps/infisical/index.yaml index 47e5e96..9a9e72d 100644 --- a/apps/infisical/index.yaml +++ b/apps/infisical/index.yaml @@ -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