mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Add `rust-desk` to `community` train * typo * fix ports * fix few things * add ui * no portal * add opton for onyl encrypted conns * typo * fix strateg * fix flake
10 lines
470 B
YAML
10 lines
470 B
YAML
{{- include "ix.v1.common.loader.init" . -}}
|
|
|
|
{{/* Merge the templates with Values */}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "rust-server.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "rust-relay.workload" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "rust.persistence" $ | fromYaml) -}}
|
|
{{- $_ := mustMergeOverwrite .Values (include "rust.service" $ | fromYaml) -}}
|
|
|
|
{{- include "ix.v1.common.loader.apply" . -}}
|