Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -22,12 +22,12 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| influxdb.database | string | `"home_assistant"` | |
|
||||
| influxdb.enabled | bool | `false` | |
|
||||
| influxdb.persistence.enabled | bool | `false` | |
|
||||
| initContainers.init-db.command[0] | string | `"/config/init/init.sh"` | |
|
||||
| initContainers.init-db.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | |
|
||||
| initContainers.init-db.volumeMounts[0].mountPath | string | `"/config/init"` | |
|
||||
| initContainers.init-db.volumeMounts[0].name | string | `"init"` | |
|
||||
| initContainers.init-db.volumeMounts[1].mountPath | string | `"/config"` | |
|
||||
| initContainers.init-db.volumeMounts[1].name | string | `"config"` | |
|
||||
| initContainers.init.command[0] | string | `"/config/init/init.sh"` | |
|
||||
| initContainers.init.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
|
||||
| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | |
|
||||
| initContainers.init.volumeMounts[0].name | string | `"init"` | |
|
||||
| initContainers.init.volumeMounts[1].mountPath | string | `"/config"` | |
|
||||
| initContainers.init.volumeMounts[1].name | string | `"config"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
Reference in New Issue
Block a user