2024-02-24 08:37:57 +00:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
{{- include "tc.v1.common.loader.init" . }}
|
|
|
|
|
2024-03-05 16:55:48 +00:00
|
|
|
{{- $newArgs := (include "wyoming-openwakeword.args" . | fromYaml) }}
|
2024-02-25 11:05:19 +00:00
|
|
|
{{- $_ := set .Values.workload.main.podSpec.containers.main "args" $newArgs.args -}}
|
2024-02-24 08:37:57 +00:00
|
|
|
|
|
|
|
{{/* Render the templates */}}
|
|
|
|
{{ include "tc.v1.common.loader.apply" . }}
|