Files
chart/library/ix-dev/community/nginx-proxy-manager/templates/common.yaml
Stavros Kois 37b070fe7a NAS-121454 / 23.10 / Add nginx-proxy-manager to community train (#1117)
* Add nginx-proxy-manager (initial commit)

* Update questions and readme

* Add a note/fixme

* remove host network
2023-04-20 01:26:20 +03:00

10 lines
296 B
YAML

{{- include "ix.v1.common.loader.init" . -}}
{{/* Merge the templates with Values */}}
{{- $_ := mustMergeOverwrite .Values (include "npm.workload" $ | fromYaml) -}}
{{/* Create the configmap for portal manually*/}}
{{- include "npm.portal" $ -}}
{{- include "ix.v1.common.loader.apply" . -}}