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