From a7d74d68f9f950406930d37e36a2ceb98ff6c759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 28 Jan 2024 10:14:09 +0100 Subject: [PATCH] fix --- apps/infisical/deploy.tf | 4 +-- apps/infisical/index.yaml | 52 +++++++++++++++++++-------------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/apps/infisical/deploy.tf b/apps/infisical/deploy.tf index 5a5a330..d0b1ed2 100644 --- a/apps/infisical/deploy.tf +++ b/apps/infisical/deploy.tf @@ -19,8 +19,8 @@ resource "kubectl_manifest" "deploy" { spec: containers: - name: infisical-backend - image: "${var.images.infiscal.registry}/${var.images.infiscal.repository}:${var.images.infiscal.tag}" - imagePullPolicy: "${var.images.infiscal.pullPolicy}" + image: "${var.images.infisical.registry}/${var.images.infisical.repository}:${var.images.infisical.tag}" + imagePullPolicy: "${var.images.infisical.pullPolicy}" readinessProbe: httpGet: path: /api/status diff --git a/apps/infisical/index.yaml b/apps/infisical/index.yaml index 6466a6a..7869de1 100644 --- a/apps/infisical/index.yaml +++ b/apps/infisical/index.yaml @@ -6,16 +6,6 @@ metadata: name: infisical description: null options: - language: - default: fr_FR - examples: - - fr_FR - type: string - sub_domain: - default: to-be-set - examples: - - to-be-set - type: string replicas: default: 1 examples: @@ -128,41 +118,51 @@ options: type: string type: object type: object - sso_vynil: - default: true - examples: - - true - type: boolean - timezone: - default: Europe/Paris - examples: - - Europe/Paris - type: string domain_name: default: your-company.com examples: - your-company.com type: string - domain: - default: your-company + language: + default: fr_FR examples: - - your-company + - fr_FR type: string issuer: default: letsencrypt-prod examples: - letsencrypt-prod type: string - ingress_class: - default: traefik + sub_domain: + default: to-be-set examples: - - traefik + - to-be-set + type: string + timezone: + default: Europe/Paris + examples: + - Europe/Paris type: string app_group: default: apps examples: - apps type: string + sso_vynil: + default: true + examples: + - true + type: boolean + ingress_class: + default: traefik + examples: + - traefik + type: string + domain: + default: your-company + examples: + - your-company + type: string dependencies: - dist: null category: core