You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I obtain:
Error: INSTALLATION FAILED: template: icinga-stack/charts/icingaweb2/templates/deployment.yaml:41:16: executing "icinga-stack/charts/icingaweb2/templates/deployment.yaml" at <include "icingaweb2.config" .>: error calling include: template: icinga-stack/charts/icingaweb2/templates/_icingaweb-config.tpl:14:61: executing "icingaweb2.config" at <.Values.global.api.users.director.password.value>: can't evaluate field value in type interface {}
Which could be the problem?
The text was updated successfully, but these errors were encountered:
coalesce.go:286: warning: cannot overwrite table with non table for icinga-stack.global.databases.icingadb.password (map[secretKey:<nil> value:<nil>])
Error: INSTALLATION FAILED: template: icinga-stack/charts/icingaweb2/templates/deployment.yaml:42:16: executing "icinga-stack/charts/icingaweb2/templates/deployment.yaml" at <include "icingaweb2.resources" .>: error calling include: template: icinga-stack/charts/icingaweb2/templates/_resources.tpl:29:41: executing "icingaweb2.resources" at <$settings.password.value>: can't evaluate field value in type interface {}
My guess this happens when the values aren't properly set. Is there a chance to get a values.yaml as shown in Icinga Camp 2023 presentation for crosscheck?
Cheers,
Tom
Affected Chart
icinga-stack
Which version of the app contains the bug?
No response
Please describe your problem
Hi,
I tried to install using:
helm install icinga-stack
--namespace icinga
--set icinga2.config.ticket_salt=Newpwd1
--set icingaweb2.auth.admin_password=Newpwd1
--set global.api.users.director.password=Newpwd1
--set global.api.users.icingaweb.password=Newpwd1
--set global.databases.director.password=Newpwd1
--set global.databases.icingaweb2.password=Newpwd1
--set global.databases.icingadb.password=Newpwd1
icinga/icinga-stack
but I obtain:
Error: INSTALLATION FAILED: template: icinga-stack/charts/icingaweb2/templates/deployment.yaml:41:16: executing "icinga-stack/charts/icingaweb2/templates/deployment.yaml" at <include "icingaweb2.config" .>: error calling include: template: icinga-stack/charts/icingaweb2/templates/_icingaweb-config.tpl:14:61: executing "icingaweb2.config" at <.Values.global.api.users.director.password.value>: can't evaluate field value in type interface {}
Which could be the problem?
The text was updated successfully, but these errors were encountered: