8 lines
201 B
YAML
8 lines
201 B
YAML
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
{{/* Render secrets for openproject */}}
|
|
{{- include "openproject.secrets" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.v1.common.loader.apply" . }}
|