This commit is contained in:
2024-01-29 08:12:12 +01:00
parent 16f996a54b
commit 9f310fa1f6
6 changed files with 151 additions and 169 deletions

View File

@@ -6,6 +6,51 @@ metadata:
name: gramo
description: null
options:
managed:
default: false
examples:
- false
type: boolean
namespaces:
default: []
items:
type: string
type: array
app_group:
default: infra
examples:
- infra
type: string
domain:
default: your-company
examples:
- your-company
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
sub_domain:
default: gramo
examples:
- gramo
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
cluster-admin:
default: false
examples:
- false
type: boolean
images:
default:
gramo:
@@ -45,51 +90,6 @@ options:
type: string
type: object
type: object
cluster-admin:
default: false
examples:
- false
type: boolean
app_group:
default: infra
examples:
- infra
type: string
domain_name:
default: your_company.com
examples:
- your_company.com
type: string
ingress_class:
default: traefik
examples:
- traefik
type: string
sub_domain:
default: gramo
examples:
- gramo
type: string
namespaces:
default: []
items:
type: string
type: array
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string
managed:
default: false
examples:
- false
type: boolean
dependencies:
- dist: null
category: share
@@ -102,6 +102,7 @@ providers:
authentik: true
kubectl: true
postgresql: null
mysql: null
restapi: true
http: true
gitea: null