diff --git a/meta/domain-ci/index.yaml b/meta/domain-ci/index.yaml index badd398..3d41ae4 100644 --- a/meta/domain-ci/index.yaml +++ b/meta/domain-ci/index.yaml @@ -6,11 +6,6 @@ metadata: name: domain-ci description: null options: - domain-name: - default: your_company.com - examples: - - your_company.com - type: string backups: default: enable: false @@ -61,36 +56,6 @@ options: default: false type: boolean type: object - 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 - domain: - default: your-company - examples: - - your-company - type: string storage-classes: default: BlockReadWriteMany: '' @@ -116,6 +81,41 @@ options: default: '' type: string 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 + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + domain: + default: your-company + examples: + - your-company + type: string dependencies: [] providers: kubernetes: true