diff --git a/meta/domain-ci/index.yaml b/meta/domain-ci/index.yaml index cef046b..38c0e58 100644 --- a/meta/domain-ci/index.yaml +++ b/meta/domain-ci/index.yaml @@ -6,6 +6,31 @@ metadata: name: domain-ci description: null options: + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + 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 + ingress-class: + default: traefik + examples: + - traefik + type: string storage-classes: default: BlockReadWriteMany: '' @@ -31,21 +56,26 @@ options: default: '' type: string 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 backups: default: enable: false @@ -76,11 +106,6 @@ options: default: backup-settings type: string type: object - domain: - default: your-company - examples: - - your-company - type: string gitea: default: enable: true @@ -91,31 +116,6 @@ options: default: true type: boolean type: object - woodpecker: - 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 dependencies: [] providers: kubernetes: true @@ -125,4 +125,4 @@ providers: restapi: null http: null gitea: null -tfaddtype: null +tfaddtype: false