Files
truecharts/charts/incubator/lama-cleaner/templates/common.yaml
T
82e2285950 feat(lama-cleaner) add lama-cleaner (#5555)
* feat(lama-cleaner) add lama-cleaner

* add icon

* add extraArgs

* add extraArgs

* add host command

* set as command

* args

* no point to test gpu on CI

Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-12-24 11:27:08 +02:00

10 lines
309 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- $newArgs := (include "lama.args" . | fromYaml) }}
{{- $args := concat .Values.args $newArgs.args }}
{{- $_ := set .Values "args" $args -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}