mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Add nginx-proxy-manager (initial commit) * Update questions and readme * Add a note/fixme * remove host network
10 lines
296 B
YAML
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" . -}}
|