Интерфейс оценки нулевого указателя {}.enabledLinux

Anonymous
Интерфейс оценки нулевого указателя {}.enabled

Сообщение Anonymous »

Я получаю эту ошибку при запуске команды helm
Error: template: smartdoc-global/templates/uiservices-deployment.yaml:60:12:
executing "smartdoc-global/templates/uiservices-deployment.yaml"
at : error calling include: template: smartdoc-global/templates/_helpers.tpl:85:14: executing "app.geneosContainer"
at : nil pointer evaluating interface {}.enabled

Я включил значения Geneos.enabled в свой файл Values.yaml
geneos:
enabled: true
image:
registry:
namespace:
name:
tag:

Мне нужно передать эти значения через команду helm через Deployment.yaml
{{- include "app.geneosContainer" . | nindent 8 }}
volumes:
{{- include "app.geneosVolume" . | nindent 8 }}


Подробнее здесь: https://stackoverflow.com/questions/792 ... ce-enabled

Вернуться в «Linux»