Files
truecharts/charts/incubator/openproject/templates/common.yaml
T
8aaa1fdb55 fix(openproject): Add DB and main service port (#3354)
* fix(openproject): Add DB and main service port

Let's see how much more I need lol

* Update Chart.yaml

* more fixes

* Update Chart.yaml

* Other fixes I missed

* trying this one with port 80

* add some fixes

* fix pg

* whoops

Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-08-01 11:44:49 +03:00

8 lines
195 B
YAML

{{- include "tc.common.loader.init" . }}
{{/* Render secrets for openproject */}}
{{- include "openproject.secrets" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}