fix
This commit is contained in:
@@ -6,71 +6,51 @@ metadata:
|
|||||||
name: domain-auth
|
name: domain-auth
|
||||||
description: null
|
description: null
|
||||||
options:
|
options:
|
||||||
ingress-class:
|
issuer:
|
||||||
default: traefik
|
default: letsencrypt-prod
|
||||||
examples:
|
examples:
|
||||||
- traefik
|
- letsencrypt-prod
|
||||||
type: string
|
type: string
|
||||||
storage-classes:
|
domain-name:
|
||||||
default:
|
default: your_company.com
|
||||||
FilesystemReadWriteMany: ''
|
|
||||||
FilesystemReadWriteOnce: ''
|
|
||||||
BlockReadWriteMany: ''
|
|
||||||
BlockReadWriteOnce: ''
|
|
||||||
examples:
|
examples:
|
||||||
- FilesystemReadWriteMany: ''
|
- your_company.com
|
||||||
FilesystemReadWriteOnce: ''
|
|
||||||
BlockReadWriteMany: ''
|
|
||||||
BlockReadWriteOnce: ''
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
BlockReadWriteMany:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
BlockReadWriteOnce:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
FilesystemReadWriteMany:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
FilesystemReadWriteOnce:
|
|
||||||
type: string
|
|
||||||
default: ''
|
|
||||||
domain:
|
|
||||||
default: your-company
|
|
||||||
examples:
|
|
||||||
- your-company
|
|
||||||
type: string
|
type: string
|
||||||
backups:
|
clients:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
endpoint: ''
|
apps: []
|
||||||
secret-name: backup-settings
|
divisions: []
|
||||||
key-id-key: s3-id
|
|
||||||
secret-key: s3-secret
|
|
||||||
examples:
|
|
||||||
- enable: false
|
|
||||||
endpoint: ''
|
|
||||||
secret-name: backup-settings
|
|
||||||
key-id-key: s3-id
|
|
||||||
secret-key: s3-secret
|
|
||||||
type: object
|
|
||||||
properties:
|
properties:
|
||||||
enable:
|
enable:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
endpoint:
|
apps:
|
||||||
type: string
|
type: array
|
||||||
default: ''
|
items:
|
||||||
key-id-key:
|
type: string
|
||||||
type: string
|
default: []
|
||||||
default: s3-id
|
divisions:
|
||||||
secret-key:
|
type: array
|
||||||
type: string
|
items:
|
||||||
default: s3-secret
|
type: object
|
||||||
secret-name:
|
properties:
|
||||||
type: string
|
name:
|
||||||
default: backup-settings
|
type: string
|
||||||
|
apps:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
teams:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: object
|
||||||
|
default: []
|
||||||
|
examples:
|
||||||
|
- enable: false
|
||||||
|
apps: []
|
||||||
|
divisions: []
|
||||||
|
type: object
|
||||||
authentik-ldap:
|
authentik-ldap:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -81,6 +61,31 @@ options:
|
|||||||
enable:
|
enable:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
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:
|
authentik-forward:
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
@@ -161,76 +166,71 @@ options:
|
|||||||
apps: []
|
apps: []
|
||||||
divisions: []
|
divisions: []
|
||||||
type: object
|
type: object
|
||||||
issuer:
|
ingress-class:
|
||||||
default: letsencrypt-prod
|
default: traefik
|
||||||
examples:
|
examples:
|
||||||
- letsencrypt-prod
|
- traefik
|
||||||
type: string
|
type: string
|
||||||
distributions:
|
storage-classes:
|
||||||
default:
|
default:
|
||||||
domain: domain
|
FilesystemReadWriteMany: ''
|
||||||
core: core
|
FilesystemReadWriteOnce: ''
|
||||||
|
BlockReadWriteMany: ''
|
||||||
|
BlockReadWriteOnce: ''
|
||||||
examples:
|
examples:
|
||||||
- domain: domain
|
- FilesystemReadWriteMany: ''
|
||||||
core: core
|
FilesystemReadWriteOnce: ''
|
||||||
|
BlockReadWriteMany: ''
|
||||||
|
BlockReadWriteOnce: ''
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
core:
|
BlockReadWriteMany:
|
||||||
type: string
|
type: string
|
||||||
default: core
|
default: ''
|
||||||
domain:
|
BlockReadWriteOnce:
|
||||||
type: string
|
type: string
|
||||||
default: domain
|
default: ''
|
||||||
domain-name:
|
FilesystemReadWriteMany:
|
||||||
default: your_company.com
|
type: string
|
||||||
examples:
|
default: ''
|
||||||
- your_company.com
|
FilesystemReadWriteOnce:
|
||||||
type: string
|
type: string
|
||||||
authentik:
|
default: ''
|
||||||
default:
|
backups:
|
||||||
enable: true
|
|
||||||
examples:
|
|
||||||
- enable: true
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
enable:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
clients:
|
|
||||||
default:
|
default:
|
||||||
enable: false
|
enable: false
|
||||||
apps: []
|
endpoint: ''
|
||||||
divisions: []
|
secret-name: backup-settings
|
||||||
|
key-id-key: s3-id
|
||||||
|
secret-key: s3-secret
|
||||||
|
examples:
|
||||||
|
- enable: false
|
||||||
|
endpoint: ''
|
||||||
|
secret-name: backup-settings
|
||||||
|
key-id-key: s3-id
|
||||||
|
secret-key: s3-secret
|
||||||
|
type: object
|
||||||
properties:
|
properties:
|
||||||
enable:
|
enable:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
apps:
|
endpoint:
|
||||||
type: array
|
type: string
|
||||||
items:
|
default: ''
|
||||||
type: string
|
key-id-key:
|
||||||
default: []
|
type: string
|
||||||
divisions:
|
default: s3-id
|
||||||
type: array
|
secret-key:
|
||||||
items:
|
type: string
|
||||||
type: object
|
default: s3-secret
|
||||||
properties:
|
secret-name:
|
||||||
name:
|
type: string
|
||||||
type: string
|
default: backup-settings
|
||||||
apps:
|
domain:
|
||||||
type: array
|
default: your-company
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
teams:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: object
|
|
||||||
default: []
|
|
||||||
examples:
|
examples:
|
||||||
- enable: false
|
- your-company
|
||||||
apps: []
|
type: string
|
||||||
divisions: []
|
|
||||||
type: object
|
|
||||||
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: false
|
tfaddtype: true
|
||||||
|
|||||||
Reference in New Issue
Block a user