From 1d2473252924d80f13b0db7d7a0590fd6a6ff473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 2 Oct 2023 09:10:08 +0200 Subject: [PATCH] fix --- meta/domain-auth/index.yaml | 138 ++++++++++++++++++------------------ 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/meta/domain-auth/index.yaml b/meta/domain-auth/index.yaml index e7c26dd..316580b 100644 --- a/meta/domain-auth/index.yaml +++ b/meta/domain-auth/index.yaml @@ -6,40 +6,6 @@ metadata: name: domain-auth description: null options: - authentik-forward: - default: - enable: false - examples: - - enable: false - properties: - enable: - default: false - type: boolean - type: object - clients: - properties: - apps: - items: - type: string - type: array - divisions: - items: - properties: - apps: - items: - type: string - type: array - name: - type: string - teams: - items: - type: object - type: array - type: object - type: array - enable: - default: false - type: boolean backups: default: enable: false @@ -70,6 +36,65 @@ options: default: backup-settings type: string type: object + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + authentik-ldap: + default: + enable: false + examples: + - enable: false + properties: + enable: + default: false + type: boolean + type: object + distributions: + default: + core: core + domain: domain + examples: + - core: core + domain: domain + properties: + core: + default: core + type: string + domain: + default: domain + type: string + type: object + clients: + properties: + apps: + items: + type: string + type: array + divisions: + items: + properties: + apps: + items: + type: string + type: array + name: + type: string + teams: + items: + type: object + type: array + type: object + type: array + enable: + default: false + type: boolean + domain: + default: your-company + examples: + - your-company + type: string storage-classes: default: BlockReadWriteMany: '' @@ -95,6 +120,11 @@ options: default: '' type: string type: object + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string authentik: default: enable: true @@ -105,7 +135,7 @@ options: default: true type: boolean type: object - authentik-ldap: + authentik-forward: default: enable: false examples: @@ -115,11 +145,6 @@ options: default: false type: boolean type: object - domain: - default: your-company - examples: - - your-company - type: string employes: properties: apps: @@ -144,26 +169,11 @@ options: enable: default: true type: boolean - issuer: - default: letsencrypt-prod + ingress-class: + default: traefik examples: - - letsencrypt-prod + - traefik type: string - distributions: - default: - core: core - domain: domain - examples: - - core: core - domain: domain - properties: - core: - default: core - type: string - domain: - default: domain - type: string - type: object fournisseurs: properties: apps: @@ -188,16 +198,6 @@ options: enable: default: false type: boolean - ingress-class: - default: traefik - examples: - - traefik - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string dependencies: [] providers: kubernetes: true @@ -206,4 +206,4 @@ providers: postgresql: null restapi: null http: null -tfaddtype: true +tfaddtype: false