From d5b1f2841b750a9e682108af5e5af7aa9958a16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sat, 12 Aug 2023 16:58:28 +0200 Subject: [PATCH] fix --- share/wildduck/index.yaml | 50 +++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index 32f778f..00eb550 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,31 +6,6 @@ metadata: name: wildduck description: null options: - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - additional-domains: - default: [] - items: - type: string - type: array - domain: - default: your-company - examples: - - your-company - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - sub-domain: - default: mail - examples: - - mail - type: string domain-name: default: your_company.com examples: @@ -199,6 +174,11 @@ options: type: string type: object type: object + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string redis: default: exporter: @@ -232,6 +212,21 @@ options: default: 2Gi type: string type: object + additional-domains: + default: [] + items: + type: string + type: array + domain: + default: your-company + examples: + - your-company + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string backups: default: enable: false @@ -262,6 +257,11 @@ options: default: backup-settings type: string type: object + sub-domain: + default: mail + examples: + - mail + type: string dependencies: - dist: null category: dbo