diff --git a/apps/gramo/index.yaml b/apps/gramo/index.yaml index b5112d4..2d6d7d8 100644 --- a/apps/gramo/index.yaml +++ b/apps/gramo/index.yaml @@ -6,36 +6,16 @@ metadata: name: gramo description: null options: - namespaces: - default: [] - items: - type: string - type: array - sub-domain: - default: gramo - examples: - - gramo - type: string - ingress-class: - default: traefik - examples: - - traefik - type: string - domain-name: - default: your_company.com - examples: - - your_company.com - type: string - cluster-admin: - default: false - examples: - - false - type: boolean managed: default: false examples: - false type: boolean + app-group: + default: infra + examples: + - infra + type: string images: default: gramo: @@ -80,16 +60,36 @@ options: examples: - letsencrypt-prod type: string - app-group: - default: infra - examples: - - infra - type: string domain: default: your-company examples: - your-company type: string + ingress-class: + default: traefik + examples: + - traefik + type: string + sub-domain: + default: gramo + examples: + - gramo + type: string + domain-name: + default: your_company.com + examples: + - your_company.com + type: string + cluster-admin: + default: false + examples: + - false + type: boolean + namespaces: + default: [] + items: + type: string + type: array dependencies: - dist: null category: share