From 0075e3139fc30d575901dca7237493304b3a0720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 18 Oct 2023 17:07:32 +0200 Subject: [PATCH] fix --- apps/dbgate/deploy.tf | 2 +- apps/dbgate/index.yaml | 136 ++++++++++++++++++++--------------------- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/apps/dbgate/deploy.tf b/apps/dbgate/deploy.tf index 4ce68f7..0b8f5b2 100644 --- a/apps/dbgate/deploy.tf +++ b/apps/dbgate/deploy.tf @@ -18,7 +18,7 @@ locals { "key" = "client-secret" } } - }]:[] + }]:[]) } resource "kubectl_manifest" "deploy" { diff --git a/apps/dbgate/index.yaml b/apps/dbgate/index.yaml index 8dcaa40..dd3c670 100644 --- a/apps/dbgate/index.yaml +++ b/apps/dbgate/index.yaml @@ -6,6 +6,33 @@ metadata: name: dbgate description: null options: + storage: + default: + accessMode: ReadWriteOnce + size: 1Gi + type: Filesystem + examples: + - accessMode: ReadWriteOnce + size: 1Gi + type: Filesystem + properties: + accessMode: + default: ReadWriteOnce + enum: + - ReadWriteOnce + - ReadOnlyMany + - ReadWriteMany + type: string + size: + default: 1Gi + type: string + type: + default: Filesystem + enum: + - Filesystem + - Block + type: string + type: object images: default: dbgate: @@ -45,62 +72,16 @@ options: type: string type: object type: object - maria: - default: [] + sub-domain: + default: dbgate examples: - - [] - items: - properties: - dbname: - default: '' - type: string - name: - default: '' - type: string - namespace: - default: '' - type: string - secret: - properties: - key: - default: '' - type: string - name: - default: '' - type: string - type: object - username: - default: '' - type: string - type: object - type: array - storage: - default: - accessMode: ReadWriteOnce - size: 1Gi - type: Filesystem + - dbgate + type: string + issuer: + default: letsencrypt-prod examples: - - accessMode: ReadWriteOnce - size: 1Gi - type: Filesystem - properties: - accessMode: - default: ReadWriteOnce - enum: - - ReadWriteOnce - - ReadOnlyMany - - ReadWriteMany - type: string - size: - default: 1Gi - type: string - type: - default: Filesystem - enum: - - Filesystem - - Block - type: string - type: object + - letsencrypt-prod + type: string app-group: default: dev examples: @@ -111,12 +92,12 @@ options: examples: - your_company.com type: string - sub-domain: - default: dbgate + use-oauth: + default: false examples: - - dbgate - type: string - mongo: + - false + type: boolean + maria: default: [] examples: - [] @@ -179,21 +160,40 @@ options: type: string type: object type: array - use-oauth: - default: false + mongo: + default: [] examples: - - false - type: boolean + - [] + items: + properties: + dbname: + default: '' + type: string + name: + default: '' + type: string + namespace: + default: '' + type: string + secret: + properties: + key: + default: '' + type: string + name: + default: '' + type: string + type: object + username: + default: '' + type: string + type: object + type: array ingress-class: default: traefik examples: - traefik type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string dependencies: - dist: null category: share