diff --git a/apps/okd/index.yaml b/apps/okd/index.yaml index ed11d40..d940197 100644 --- a/apps/okd/index.yaml +++ b/apps/okd/index.yaml @@ -6,11 +6,41 @@ metadata: name: okd description: null options: + issuer: + default: letsencrypt-prod + examples: + - letsencrypt-prod + type: string sub-domain: default: okd examples: - okd type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + app-group: + default: infra + examples: + - infra + type: string + namespaces: + default: [] + items: + type: string + type: array + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + cluster-admin: + default: true + examples: + - true + type: boolean images: default: okd: @@ -54,41 +84,11 @@ options: type: string type: object type: object - ingress-class: - default: traefik - examples: - - traefik - type: string - issuer: - default: letsencrypt-prod - examples: - - letsencrypt-prod - type: string - cluster-admin: - default: true - examples: - - true - type: boolean - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - app-group: - default: infra - examples: - - infra - type: string domain: default: your-company examples: - your-company type: string - namespaces: - default: [] - items: - type: string - type: array dependencies: - dist: null category: share