mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 07:07:09 +08:00
15 lines
476 B
YAML
15 lines
476 B
YAML
{{/* Make sure all variables are set properly */}}
|
|
{{- include "common.setup" . }}
|
|
|
|
{{/* Render configmap for nextcloud */}}
|
|
{{- include "nextcloud.configmap" . }}
|
|
|
|
{{- $newMiddlewares := append .Values.ingress.main.fixedMiddlewares "tc-nextcloud-chain" }}
|
|
{{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}}
|
|
|
|
{{/* Render cronjob for nextcloud */}}
|
|
{{- include "nextcloud.cronjob" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "common.postSetup" . }}
|