This commit is contained in:
2023-08-12 12:19:29 +02:00
parent 6598fa478d
commit cf08916448
2 changed files with 58 additions and 55 deletions

View File

@@ -60,16 +60,6 @@ options:
default: backup-settings
type: string
type: object
domain:
default: your-company
examples:
- your-company
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
email:
default:
port: 587
@@ -95,6 +85,31 @@ options:
default: false
type: boolean
type: object
error_reporting:
default:
enabled: false
environment: k8s
send_pii: false
examples:
- enabled: false
environment: k8s
send_pii: false
properties:
enabled:
default: false
type: boolean
environment:
default: k8s
type: string
send_pii:
default: false
type: boolean
type: object
sub-domain:
default: auth
examples:
- auth
type: string
domain-name:
default: your_company.com
examples:
@@ -153,11 +168,41 @@ options:
default: 8Gi
type: string
type: object
ingress-class:
default: traefik
examples:
- traefik
type: string
geoip:
default: /geoip/GeoLite2-City.mmdb
examples:
- /geoip/GeoLite2-City.mmdb
type: string
loglevel:
default: info
examples:
- info
type: string
issuer:
default: letsencrypt-prod
examples:
- letsencrypt-prod
type: string
domain:
default: your-company
examples:
- your-company
type: string
admin:
default:
email: auth-admin
examples:
- email: auth-admin
properties:
email:
default: auth-admin
type: string
type: object
image:
default:
project: goauthentik
@@ -188,51 +233,6 @@ options:
default: 2023.5.4
type: string
type: object
sub-domain:
default: auth
examples:
- auth
type: string
loglevel:
default: info
examples:
- info
type: string
ingress-class:
default: traefik
examples:
- traefik
type: string
admin:
default:
email: auth-admin
examples:
- email: auth-admin
properties:
email:
default: auth-admin
type: string
type: object
error_reporting:
default:
enabled: false
environment: k8s
send_pii: false
examples:
- enabled: false
environment: k8s
send_pii: false
properties:
enabled:
default: false
type: boolean
environment:
default: k8s
type: string
send_pii:
default: false
type: boolean
type: object
dependencies:
- dist: null
category: core