flux-charts/mycloud-authentik
2024-03-13 19:39:40 +01:00
..
blueprints feat(mycloud-core): init 2023-12-02 15:27:10 +01:00
templates feat(mycloud-authentik): reactivat serviceAccount for blueprint (before 2024) 2024-03-13 19:39:40 +01:00
.helmignore feat(mycloud-core): init 2023-12-02 15:27:10 +01:00
Chart.yaml fix: chart-testing 2023-12-20 01:43:22 +01:00
README.adoc fix(mycloud-collabora): init 2024-01-05 23:42:07 +01:00
values.yaml fix(mycloud-*): Add option for redis slave replicas 2024-03-07 19:34:25 +01:00


= 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.driftDetection
| object
| `{}`
|

| 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]