From 644f8fc8a1ffa2b69f3fb9cf60f154877d5f4fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 30 Jul 2023 17:13:02 +0200 Subject: [PATCH] fix --- meta/domain-ci/index.yaml | 80 +++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/meta/domain-ci/index.yaml b/meta/domain-ci/index.yaml index af5369e..0682aae 100644 --- a/meta/domain-ci/index.yaml +++ b/meta/domain-ci/index.yaml @@ -6,46 +6,6 @@ metadata: name: domain-ci description: null options: - woodpecker: - default: - enable: true - examples: - - enable: true - properties: - enable: - default: true - type: boolean - type: object - domain: - default: your-company - examples: - - your-company - type: string - gitea: - default: - enable: true - examples: - - enable: true - properties: - enable: - default: true - type: boolean - type: object - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string distributions: default: core: core @@ -61,6 +21,46 @@ options: default: domain type: string type: object + gitea: + default: + enable: true + examples: + - enable: true + properties: + enable: + default: true + type: boolean + type: object + woodpecker: + default: + enable: false + examples: + - enable: false + properties: + enable: + default: false + type: boolean + type: object + domain: + default: your-company + examples: + - your-company + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string dependencies: [] providers: kubernetes: true