From a96ddf325e7c1cddf92deb483aefc08402b15c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Wed, 10 Jan 2024 11:27:31 +0100 Subject: [PATCH] fix --- apps/okd/index.yaml | 53 +++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/apps/okd/index.yaml b/apps/okd/index.yaml index 53c6cf3..eea40fb 100644 --- a/apps/okd/index.yaml +++ b/apps/okd/index.yaml @@ -6,25 +6,10 @@ metadata: name: okd description: null options: - namespaces: - default: [] - items: - type: string - type: array - domain-name: - default: your_company.com + domain: + default: your-company examples: - - your_company.com - type: string - sub-domain: - default: okd - examples: - - okd - type: string - ingress-class: - default: traefik - examples: - - traefik + - your-company type: string issuer: default: letsencrypt-prod @@ -74,20 +59,40 @@ options: type: string type: object type: object - app-group: - default: infra + namespaces: + default: [] + items: + type: string + type: array + sub-domain: + default: okd examples: - - infra + - okd type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + managed: + default: false + examples: + - false + type: boolean cluster-admin: default: false examples: - false type: boolean - domain: - default: your-company + app-group: + default: infra examples: - - your-company + - infra type: string dependencies: - dist: null