175 lines
2.2 KiB
Text
175 lines
2.2 KiB
Text
|
|
|
|
= mycloud-authentik
|
|
|
|
image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.0]
|
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
|
== Maintainers
|
|
|
|
.Maintainers
|
|
|===
|
|
| Name | Email | Url
|
|
|
|
| WrenIX
|
|
|
|
|
| <https://wrenix.eu>
|
|
|===
|
|
|
|
== Values
|
|
|
|
.Values
|
|
|===
|
|
| Key | Type | Default | Description
|
|
|
|
| commons.helm.release.install
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.test
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.upgrade
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.ingress.annotations."cert-manager.io/cluster-issuer"
|
|
| string
|
|
| `"letsencrypt-prod"`
|
|
|
|
|
|
|
| commons.ingress.domain
|
|
| string
|
|
| `"wrenix.eu"`
|
|
|
|
|
|
|
| commons.ingress.tls.enabled
|
|
| bool
|
|
| `true`
|
|
| tls on every ingress
|
|
|
|
| commons.ingress.tls.override
|
|
| string
|
|
| `nil`
|
|
| use own definition of tls (e.g. for own or wildcard certificate)
|
|
|
|
| commons.mail.from
|
|
| string
|
|
| `nil`
|
|
|
|
|
|
|
| commons.mail.host
|
|
| string
|
|
| `nil`
|
|
|
|
|
|
|
| commons.mail.password
|
|
| string
|
|
| `nil`
|
|
|
|
|
|
|
| commons.mail.use_ssl
|
|
| bool
|
|
| `false`
|
|
|
|
|
|
|
| commons.mail.use_tls
|
|
| bool
|
|
| `false`
|
|
|
|
|
|
|
| commons.mail.username
|
|
| string
|
|
| `nil`
|
|
|
|
|
|
|
| commons.masterPassword
|
|
| string
|
|
| `"CHANGEME"`
|
|
|
|
|
|
|
| commons.prometheus.monitor.labels
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.prometheus.rules.labels
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.theme.favicon
|
|
| string
|
|
| `"/static/dist/assets/icons/icon.png"`
|
|
|
|
|
|
|
| commons.theme.logo
|
|
| string
|
|
| `"/static/dist/assets/icons/icon_left_brand.svg"`
|
|
|
|
|
|
|
| commons.theme.title
|
|
| string
|
|
| `"myCloud"`
|
|
|
|
|
|
|
| database.host
|
|
| string
|
|
| `"mycloud-services-postgresql"`
|
|
| default is from mysql-services
|
|
|
|
| database.name
|
|
| string
|
|
| `"authentik"`
|
|
|
|
|
|
|
| database.password
|
|
| string
|
|
| `nil`
|
|
| generated by .Values.commons.masterPassword (equal to mycloud-services)
|
|
|
|
| database.username
|
|
| string
|
|
| `"authentik"`
|
|
|
|
|
|
|
| ingress.annotations
|
|
| string
|
|
| `nil`
|
|
|
|
|
|
|
| ingress.host
|
|
| string
|
|
| `nil`
|
|
| default: auth.(Values.commons.ingress.domain)
|
|
|
|
| init.namespace
|
|
| string
|
|
| `"bases"`
|
|
|
|
|
|
|
| init.version
|
|
| int
|
|
| `0`
|
|
|
|
|
|
|
| mail.from
|
|
| string
|
|
| `nil`
|
|
| generade by Values.commons.mail.from
|
|
|
|
| secret_key
|
|
| string
|
|
| `nil`
|
|
| generated by .Values.commons.masterPassword
|
|
|
|
| theme.background
|
|
| string
|
|
| `nil`
|
|
|
|
|
|===
|
|
|
|
Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]
|