mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
* Add ipfs to community train * run chown before config and only once * fix selector * update readme(s) * add update strategy
11 lines
383 B
YAML
11 lines
383 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "ipfs.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "ipfs.configuration" $ | fromYaml) -}}
|
|
|
|
{{/* Create the configmap for portal manually*/}}
|
|
{{- include "ipfs.portal" $ -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|