This commit is contained in:
2023-10-03 10:57:45 +02:00
parent 1d24732529
commit c915b55d1b

View File

@@ -6,198 +6,231 @@ metadata:
name: domain-auth name: domain-auth
description: null description: null
options: options:
backups: ingress-class:
default: default: traefik
enable: false
endpoint: ''
key-id-key: s3-id
secret-key: s3-secret
secret-name: backup-settings
examples: examples:
- enable: false - traefik
endpoint: '' type: string
key-id-key: s3-id storage-classes:
secret-key: s3-secret default:
secret-name: backup-settings FilesystemReadWriteMany: ''
FilesystemReadWriteOnce: ''
BlockReadWriteMany: ''
BlockReadWriteOnce: ''
examples:
- FilesystemReadWriteMany: ''
FilesystemReadWriteOnce: ''
BlockReadWriteMany: ''
BlockReadWriteOnce: ''
type: object
properties: properties:
enable: BlockReadWriteMany:
default: false type: string
type: boolean
endpoint:
default: '' default: ''
BlockReadWriteOnce:
type: string type: string
key-id-key: default: ''
default: s3-id FilesystemReadWriteMany:
type: string type: string
secret-key: default: ''
default: s3-secret FilesystemReadWriteOnce:
type: string type: string
secret-name: default: ''
default: backup-settings
type: string
type: object
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
authentik-ldap:
default:
enable: false
examples:
- enable: false
properties:
enable:
default: false
type: boolean
type: object
distributions:
default:
core: core
domain: domain
examples:
- core: core
domain: domain
properties:
core:
default: core
type: string
domain:
default: domain
type: string
type: object
clients:
properties:
apps:
items:
type: string
type: array
divisions:
items:
properties:
apps:
items:
type: string
type: array
name:
type: string
teams:
items:
type: object
type: array
type: object
type: array
enable:
default: false
type: boolean
domain: domain:
default: your-company default: your-company
examples: examples:
- your-company - your-company
type: string type: string
storage-classes: backups:
default: default:
BlockReadWriteMany: '' enable: false
BlockReadWriteOnce: '' endpoint: ''
FilesystemReadWriteMany: '' secret-name: backup-settings
FilesystemReadWriteOnce: '' key-id-key: s3-id
secret-key: s3-secret
examples: examples:
- BlockReadWriteMany: '' - enable: false
BlockReadWriteOnce: '' endpoint: ''
FilesystemReadWriteMany: '' secret-name: backup-settings
FilesystemReadWriteOnce: '' key-id-key: s3-id
secret-key: s3-secret
type: object
properties: properties:
BlockReadWriteMany: enable:
default: '' type: boolean
default: false
endpoint:
type: string type: string
BlockReadWriteOnce:
default: '' default: ''
key-id-key:
type: string type: string
FilesystemReadWriteMany: default: s3-id
default: '' secret-key:
type: string type: string
FilesystemReadWriteOnce: default: s3-secret
default: '' secret-name:
type: string type: string
default: backup-settings
authentik-ldap:
default:
enable: false
examples:
- enable: false
type: object
properties:
enable:
type: boolean
default: false
authentik-forward:
default:
enable: false
examples:
- enable: false
type: object
properties:
enable:
type: boolean
default: false
employes:
default:
enable: true
apps: []
divisions: []
properties:
enable:
type: boolean
default: true
apps:
type: array
items:
type: string
default: []
divisions:
type: array
items:
type: object
properties:
name:
type: string
apps:
type: array
items:
type: string
teams:
type: array
items:
type: object
default: []
examples:
- enable: true
apps: []
divisions: []
type: object
fournisseurs:
default:
enable: false
apps: []
divisions: []
properties:
enable:
type: boolean
default: false
apps:
type: array
items:
type: string
default: []
divisions:
type: array
items:
type: object
properties:
name:
type: string
apps:
type: array
items:
type: string
teams:
type: array
items:
type: object
default: []
examples:
- enable: false
apps: []
divisions: []
type: object type: object
issuer: issuer:
default: letsencrypt-prod default: letsencrypt-prod
examples: examples:
- letsencrypt-prod - letsencrypt-prod
type: string type: string
distributions:
default:
domain: domain
core: core
examples:
- domain: domain
core: core
type: object
properties:
core:
type: string
default: core
domain:
type: string
default: domain
domain-name:
default: your_company.com
examples:
- your_company.com
type: string
authentik: authentik:
default: default:
enable: true enable: true
examples: examples:
- enable: true - enable: true
type: object
properties: properties:
enable: enable:
default: true
type: boolean type: boolean
type: object default: true
authentik-forward: clients:
default: default:
enable: false enable: false
apps: []
divisions: []
properties:
enable:
type: boolean
default: false
apps:
type: array
items:
type: string
default: []
divisions:
type: array
items:
type: object
properties:
name:
type: string
apps:
type: array
items:
type: string
teams:
type: array
items:
type: object
default: []
examples: examples:
- enable: false - enable: false
properties: apps: []
enable: divisions: []
default: false
type: boolean
type: object type: object
employes:
properties:
apps:
items:
type: string
type: array
divisions:
items:
properties:
apps:
items:
type: string
type: array
name:
type: string
teams:
items:
type: object
type: array
type: object
type: array
enable:
default: true
type: boolean
ingress-class:
default: traefik
examples:
- traefik
type: string
fournisseurs:
properties:
apps:
items:
type: string
type: array
divisions:
items:
properties:
apps:
items:
type: string
type: array
name:
type: string
teams:
items:
type: object
type: array
type: object
type: array
enable:
default: false
type: boolean
dependencies: [] dependencies: []
providers: providers:
kubernetes: true kubernetes: true