Files
chart/library/ix-dev/community/ipfs/templates/common.yaml
Stavros Kois 010418b98c NAS-120628 / 23.10 / Add IPFS app to community train (#1023)
* Add ipfs to community train

* run chown before config and only once

* fix selector

* update readme(s)

* add update strategy
2023-03-20 18:00:15 +02:00

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" . -}}