mycloud-services
Values
Key | Type | Default | Description |
---|---|---|---|
commons.helm.release.driftDetection |
object |
|
driftDetection of FluxCD HelmRelease |
commons.helm.release.install |
object |
|
install of FluxCD HelmRelease |
commons.helm.release.test |
object |
|
test of FluxCD HelmRelease |
commons.helm.release.upgrade |
object |
|
upgrade of FluxCD HelmRelease |
Key | Type | Default | Description |
---|---|---|---|
commons.masterPassword |
string |
|
masterPassword to generate secrets |
Key | Type | Default | Description |
---|---|---|---|
commons.persistence.hostPath.enabled |
bool |
|
use hostPath instatt of PVC |
commons.persistence.hostPath.prefix |
string |
|
use hostPath under the following path |
commons.persistence.storageClass |
string |
|
storageClass of PVC |
Key | Type | Default | Description |
---|---|---|---|
databases |
object |
|
create databases |
databases.example.additionalParams |
string |
|
additional params for databases |
databases.example.password |
string |
|
if not set generated by .Values.commons.masterPassword and databasename |
databases.example.type |
string |
|
database type (current only "postgresql" is supported) |
databases.example.username |
string |
|
username default like database |
postgresql.password |
string |
|
root |
postgresql.persistence.size |
string |
|
|
postgresql.persistence.storageClass |
string |
|
Autogenerated from chart metadata using helm-docs