55 lines
890 B
YAML
55 lines
890 B
YAML
---
|
|
apiVersion: vinyl.solidite.fr/v1beta1
|
|
kind: Component
|
|
category: share
|
|
metadata:
|
|
name: division
|
|
description: null
|
|
options:
|
|
domain:
|
|
default: your-company
|
|
examples:
|
|
- your-company
|
|
type: string
|
|
teams:
|
|
default: []
|
|
items:
|
|
properties:
|
|
apps:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
name:
|
|
default: ''
|
|
type: string
|
|
type: object
|
|
type: array
|
|
parent:
|
|
default: employes
|
|
enum:
|
|
- employes
|
|
- clients
|
|
- fournisseurs
|
|
examples:
|
|
- employes
|
|
type: string
|
|
apps:
|
|
default: []
|
|
items:
|
|
type: string
|
|
type: array
|
|
dependencies:
|
|
- dist: null
|
|
category: share
|
|
component: accounts-management
|
|
providers:
|
|
kubernetes: true
|
|
authentik: true
|
|
kubectl: true
|
|
postgresql: null
|
|
restapi: null
|
|
http: true
|
|
gitea: null
|
|
tfaddtype: true
|