Files
truecharts/charts/incubator/flatnotes/templates/common.yaml
T
Stavros KoisandGitHub 787d0bc567 feat(flatnotes): add flatnotes (#3804)
* feat(flatnotes): add flatnotes

* rofs false

* Update charts/incubator/flatnotes/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* root

* user 1000

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 20:37:03 +03:00

9 lines
242 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secrets for flatnotes */}}
{{- include "flatnotes.secrets" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}