Files
truecharts/charts/stable/hedgedoc/templates/common.yaml
T
Stavros KoisandGitHub 5b06d88b54 feat(hedgedoc): BREAKING CHANGE switch to official image (#2958)
* feat(hedgedoc): switch to official image

* lint

* whoops

* l-int

* hm

* aha

* correct key

* argh..

* cleanup perms

* update img ref
2022-06-23 19:28:57 +03:00

9 lines
240 B
YAML

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