TrueChartsCatalogClone/stable/xbackbone/0.0.15/helm-values.md

2.0 KiB

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

Values

Key Type Default Description
env object See below environment variables. See image repo for more details.
envValueFrom.MYSQL_HOST.secretKeyRef.key string "plainhost"
envValueFrom.MYSQL_HOST.secretKeyRef.name string "mariadbcreds"
envValueFrom.MYSQL_PASSWORD.secretKeyRef.key string "mariadb-password"
envValueFrom.MYSQL_PASSWORD.secretKeyRef.name string "mariadbcreds"
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/xbackbone"
image.tag string "v3.3.3@sha256:c22e8806732b5a63a9761d413f4dd3a39af9427a12818e8ff769094ebc141c99"
mariadb.enabled bool true
mariadb.existingSecret string "mariadbcreds"
mariadb.mariadbDatabase string "xbackbone"
mariadb.mariadbUsername string "xbackbone"
persistence object See values.yaml Configure persistence settings for the chart under this key.
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service object See values.yaml Configures service settings for the chart.

All Rights Reserved - The TrueCharts Project