fix
This commit is contained in:
@@ -6,6 +6,21 @@ metadata:
|
|||||||
name: domain-auth
|
name: domain-auth
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
|
authentik-ldap:
|
||||||
|
default:
|
||||||
|
enable: false
|
||||||
|
examples:
|
||||||
|
- enable: false
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
enable:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
domain:
|
||||||
|
default: your-company
|
||||||
|
examples:
|
||||||
|
- your-company
|
||||||
|
type: string
|
||||||
issuer:
|
issuer:
|
||||||
default: letsencrypt-prod
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
@@ -16,6 +31,61 @@ options:
|
|||||||
examples:
|
examples:
|
||||||
- your_company.com
|
- your_company.com
|
||||||
type: string
|
type: string
|
||||||
|
ingress-class:
|
||||||
|
default: traefik
|
||||||
|
examples:
|
||||||
|
- traefik
|
||||||
|
type: string
|
||||||
|
storage-classes:
|
||||||
|
default:
|
||||||
|
FilesystemReadWriteMany: ''
|
||||||
|
FilesystemReadWriteOnce: ''
|
||||||
|
BlockReadWriteMany: ''
|
||||||
|
BlockReadWriteOnce: ''
|
||||||
|
examples:
|
||||||
|
- FilesystemReadWriteMany: ''
|
||||||
|
FilesystemReadWriteOnce: ''
|
||||||
|
BlockReadWriteMany: ''
|
||||||
|
BlockReadWriteOnce: ''
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
BlockReadWriteMany:
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
|
BlockReadWriteOnce:
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
|
FilesystemReadWriteMany:
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
|
FilesystemReadWriteOnce:
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
|
distributions:
|
||||||
|
default:
|
||||||
|
domain: domain
|
||||||
|
core: core
|
||||||
|
examples:
|
||||||
|
- domain: domain
|
||||||
|
core: core
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
core:
|
||||||
|
type: string
|
||||||
|
default: core
|
||||||
|
domain:
|
||||||
|
type: string
|
||||||
|
default: domain
|
||||||
|
authentik:
|
||||||
|
default:
|
||||||
|
enable: true
|
||||||
|
examples:
|
||||||
|
- enable: true
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
enable:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
clients:
|
clients:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -51,51 +121,6 @@ options:
|
|||||||
apps: []
|
apps: []
|
||||||
divisions: []
|
divisions: []
|
||||||
type: object
|
type: object
|
||||||
authentik-ldap:
|
|
||||||
default:
|
|
||||||
enable: false
|
|
||||||
examples:
|
|
||||||
- enable: false
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
authentik:
|
|
||||||
default:
|
|
||||||
enable: true
|
|
||||||
examples:
|
|
||||||
- enable: true
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
distributions:
|
|
||||||
default:
|
|
||||||
domain: domain
|
|
||||||
core: core
|
|
||||||
examples:
|
|
||||||
- domain: domain
|
|
||||||
core: core
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
core:
|
|
||||||
type: string
|
|
||||||
default: core
|
|
||||||
domain:
|
|
||||||
type: string
|
|
||||||
default: domain
|
|
||||||
authentik-forward:
|
|
||||||
default:
|
|
||||||
enable: false
|
|
||||||
examples:
|
|
||||||
- enable: false
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
employes:
|
employes:
|
||||||
default:
|
default:
|
||||||
enable: true
|
enable: true
|
||||||
@@ -166,36 +191,6 @@ options:
|
|||||||
apps: []
|
apps: []
|
||||||
divisions: []
|
divisions: []
|
||||||
type: object
|
type: object
|
||||||
ingress-class:
|
|
||||||
default: traefik
|
|
||||||
examples:
|
|
||||||
- traefik
|
|
||||||
type: string
|
|
||||||
storage-classes:
|
|
||||||
default:
|
|
||||||
FilesystemReadWriteMany: ''
|
|
||||||
FilesystemReadWriteOnce: ''
|
|
||||||
BlockReadWriteMany: ''
|
|
||||||
BlockReadWriteOnce: ''
|
|
||||||
examples:
|
|
||||||
- FilesystemReadWriteMany: ''
|
|
||||||
FilesystemReadWriteOnce: ''
|
|
||||||
BlockReadWriteMany: ''
|
|
||||||
BlockReadWriteOnce: ''
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
BlockReadWriteMany:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
BlockReadWriteOnce:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
FilesystemReadWriteMany:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
FilesystemReadWriteOnce:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
backups:
|
backups:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -226,11 +221,16 @@ options:
|
|||||||
secret-name:
|
secret-name:
|
||||||
type: string
|
type: string
|
||||||
default: backup-settings
|
default: backup-settings
|
||||||
domain:
|
authentik-forward:
|
||||||
default: your-company
|
default:
|
||||||
|
enable: false
|
||||||
examples:
|
examples:
|
||||||
- your-company
|
- enable: false
|
||||||
type: string
|
type: object
|
||||||
|
properties:
|
||||||
|
enable:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
dependencies: []
|
dependencies: []
|
||||||
providers:
|
providers:
|
||||||
kubernetes: true
|
kubernetes: true
|
||||||
@@ -239,4 +239,4 @@ providers:
|
|||||||
postgresql: null
|
postgresql: null
|
||||||
restapi: null
|
restapi: null
|
||||||
http: null
|
http: null
|
||||||
tfaddtype: true
|
tfaddtype: false
|
||||||
|
|||||||
Reference in New Issue
Block a user