From 64e8bae559e336f83eefb1ec2b49d67e9ed3afd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 13 Aug 2023 13:09:12 +0200 Subject: [PATCH] fix --- share/wildduck/index.yaml | 110 ++++++++++++++++++------------------- share/wildduck/wildduck.tf | 3 - 2 files changed, 55 insertions(+), 58 deletions(-) diff --git a/share/wildduck/index.yaml b/share/wildduck/index.yaml index d8fbe4c..d1670b2 100644 --- a/share/wildduck/index.yaml +++ b/share/wildduck/index.yaml @@ -6,11 +6,6 @@ metadata: name: wildduck description: null options: - sub-domain: - default: mail - examples: - - mail - type: string redis: default: exporter: @@ -44,61 +39,11 @@ options: default: 2Gi type: string type: object - backups: - default: - enable: false - endpoint: '' - key-id-key: s3-id - secret-key: s3-secret - secret-name: backup-settings - examples: - - enable: false - endpoint: '' - key-id-key: s3-id - secret-key: s3-secret - secret-name: backup-settings - properties: - enable: - default: false - type: boolean - endpoint: - default: '' - type: string - key-id-key: - default: s3-id - type: string - secret-key: - default: s3-secret - type: string - secret-name: - default: backup-settings - 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 - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string images: default: haraka: @@ -262,6 +207,61 @@ options: type: string type: object type: object + backups: + default: + enable: false + endpoint: '' + key-id-key: s3-id + secret-key: s3-secret + secret-name: backup-settings + examples: + - enable: false + endpoint: '' + key-id-key: s3-id + secret-key: s3-secret + secret-name: backup-settings + properties: + enable: + default: false + type: boolean + endpoint: + default: '' + type: string + key-id-key: + default: s3-id + type: string + secret-key: + default: s3-secret + type: string + secret-name: + default: backup-settings + type: string + type: object + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + sub-domain: + default: mail + examples: + - mail + type: string + domain: + default: your-company + examples: + - your-company + type: string + additional-domains: + default: [] + items: + type: string + type: array + domain-name: + default: your_company.com + examples: + - your_company.com + type: string dependencies: - dist: null category: dbo diff --git a/share/wildduck/wildduck.tf b/share/wildduck/wildduck.tf index a406bbd..997a6ab 100644 --- a/share/wildduck/wildduck.tf +++ b/share/wildduck/wildduck.tf @@ -71,9 +71,6 @@ resource "kubectl_manifest" "wildduck_deploy" { - name: configmap mountPath: /wildduck/config/api.toml subPath: api.toml - - name: configmap - mountPath: /wildduck/config/dbs.toml - subPath: dbs.toml - name: configmap mountPath: /wildduck/config/dkim.toml subPath: dkim.toml