* 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>
10 lines
309 B
YAML
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" . }}
|