Files
truecharts/charts/stable/focalboard/templates/common.yaml
T
Stavros KoisandGitHub 6db8475392 feat(focalboard): Use official image (#1952)
* feat(focalboard): Use official image

* fix name and variable

* typo

* fullpath?

* run tests

* add init

* trim

* dont enc

* change confmap

* typo

* disable ssl

* refactor confmap

* ssl disable

* remove rofs

* update questions and re-add rofs

* update image and fix questions.yaml
2022-02-25 00:49:53 +01:00

21 lines
584 B
YAML

{{- include "common.setup" . }}
{{/* Append the hardcoded settings */}}
{{- define "focalboard.harcodedValues" -}}
persistence:
focalboard-config:
enabled: "true"
mountPath: "/opt/focalboard/config.json"
subPath: "focalboard-config"
type: "custom"
volumeSpec:
configMap:
name: {{ printf "%v-install" (include "common.names.fullname" .) }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "focalboard.harcodedValues" . | fromYaml) -}}
{{- include "focalboard.configmap" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}