Merge pull request #32 from small-hack/fix-horizon-templating
fix horizon templating
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.14.1
|
version: 0.14.2
|
||||||
|
|
||||||
# This is the version number of the application being deployed.
|
# This is the version number of the application being deployed.
|
||||||
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# pixelfed
|
# pixelfed
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for deploying Pixelfed on Kubernetes
|
A Helm chart for deploying Pixelfed on Kubernetes
|
||||||
|
|
||||||
|
|||||||
@@ -86,7 +86,9 @@ data:
|
|||||||
|
|
||||||
# horizon
|
# horizon
|
||||||
HORIZON_PREFIX: {{ .Values.pixelfed.horizon.prefix | quote }}
|
HORIZON_PREFIX: {{ .Values.pixelfed.horizon.prefix | quote }}
|
||||||
HORIZON_DARKMODE: {{ .Values.pixelfed.horizon.darkmode | quote }}
|
{{- with .Values.pixelfed.horizon.darkmode }}
|
||||||
|
HORIZON_DARKMODE: {{ . | quote }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# filesystem
|
# filesystem
|
||||||
FILESYSTEM_DRIVER: {{ .Values.pixelfed.filesystem.driver }}
|
FILESYSTEM_DRIVER: {{ .Values.pixelfed.filesystem.driver }}
|
||||||
|
|||||||
Reference in New Issue
Block a user