Files
truecharts/charts/incubator/midarr/templates/common.yaml
T
Stavros KoisandGitHub 405b1e8b4e feat(midarr): add midarr (#3984)
* feat(midarr): add midarr

* add questions

* update questions

* root

* fix sercert
2022-10-02 01:46:03 +03:00

12 lines
281 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render config */}}
{{- include "midarr.config" . }}
{{/* Render secret */}}
{{- include "midarr.secret" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}