Files
truecharts/charts/stable/wger/templates/common.yaml
T
Stavros KoisandGitHub bf1b5abd9c feat(wger): move to stable (#3658)
* feat(wger): move to stable

* feat(wger): move to stable

* add mountPath
2022-09-02 01:05:45 +03:00

13 lines
344 B
YAML

{{- include "tc.common.loader.init" . }}
{{/* Render secrets for wger */}}
{{- include "wger.secrets" . }}
{{/* Render configmap for wger */}}
{{- include "wger.configmap" . }}
{{- $_ := set .Values.additionalContainers "nginx" (include "wger.nginx" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}