flux-charts/mycloud-services
2024-01-05 23:42:07 +01:00
..
templates/postgresql feat: driftDetection (+ cleanup interval) 2023-12-21 13:59:00 +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 feat: driftDetection (+ cleanup interval) 2023-12-21 13:59:00 +01:00


= mycloud-services

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.masterPassword
| string
| `"CHANGEME"`
|

| commons.persistence.hostPath.enabled
| bool
| `false`
|

| commons.persistence.hostPath.prefix
| string
| `"/var/lib/mycloud"`
|

| commons.persistence.storageClass
| string
| `nil`
|

| databases
| object
| `{"example":{"password":null,"type":"none","username":"example-password"}}`
| create databases

| databases.example.password
| string
| `nil`
| if not set generated by .Values.commons.masterPassword and databasename

| databases.example.type
| string
| `"none"`
| database type (current only "postgresql" is supported)

| databases.example.username
| string
| `"example-password"`
| username default like database

| postgresql.password
| string
| `nil`
| root

| postgresql.persistence.size
| string
| `"10G"`
|

| postgresql.persistence.storageClass
| string
| `nil`
|
|===

Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]