From 37a80aa6cd24663f5bd8adcc84f30dcb9296eca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 28 Jan 2024 11:50:05 +0100 Subject: [PATCH] fix --- apps/infisical/index.yaml | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/apps/infisical/index.yaml b/apps/infisical/index.yaml index c8610c0..47e5e96 100644 --- a/apps/infisical/index.yaml +++ b/apps/infisical/index.yaml @@ -6,35 +6,35 @@ metadata: name: infisical description: null options: - language: - default: fr_FR - examples: - - fr_FR - type: string 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 - issuer: - default: letsencrypt-prod + replicas: + default: 1 examples: - - letsencrypt-prod - type: string - domain: - default: your-company + - 1 + type: integer + language: + default: fr_FR examples: - - your-company - type: string - sub_domain: - default: to-be-set - examples: - - to-be-set + - fr_FR type: string images: default: @@ -143,26 +143,26 @@ options: type: string type: object type: object - app_group: - default: apps + sub_domain: + default: to-be-set examples: - - apps + - to-be-set type: string timezone: default: Europe/Paris examples: - Europe/Paris type: string - ingress_class: - default: traefik + issuer: + default: letsencrypt-prod examples: - - traefik + - letsencrypt-prod type: string - replicas: - default: 1 + domain: + default: your-company examples: - - 1 - type: integer + - your-company + type: string dependencies: - dist: null category: core