I am getting the error below. is this a known issue? Anything i missed in the setup documents?
Error: template: camunda-platform/charts/identity/templates/deployment.yaml:187:24: executing “camunda-platform/charts/identity/templates/deployment.yaml” at <include “identity.keycloak.url” .>: error calling include: template: camunda-platform/charts/identity/templates/_helpers.tpl:169:9: executing “identity.keycloak.url” at <include “identity.keycloak.host” .>: error calling include: template: camunda-platform/charts/identity/templates/_helpers.tpl:137:12: executing “identity.keycloak.host” at <include “identity.keycloak.hostDefault” .>: error calling include: template: camunda-platform/charts/identity/templates/_helpers.tpl:104:51: executing “identity.keycloak.hostDefault” at <.Subcharts.keycloak>: nil pointer evaluating interface {}.keycloak
Hi @Testing123, welcome to the forums! You shouldn’t need to pull and unpack the Charts. Are you trying to set it up on your local workstation, or trying to deploy to the cloud?
Hi @nathan.loding , thank you for your reply!
I am trying to deploy to the cloud ( EKS )
I am getting the same error if i don’t pull/unpack helm chart.
helm install camunda-platform camunda/camunda-platform -nc8
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
coalesce.go:203: warning: destination for customRules is a table. Ignoring non-table value
Error: template: camunda-platform/charts/identity/templates/deployment.yaml:187:24: executing “camunda-platform/charts/identity/templates/deployment.yaml” at <include “identity.keycloak.url” .>: error calling include: template: camunda-platform/charts/identity/templates/_helpers.tpl:169:9: executing “identity.keycloak.url” at <include “identity.keycloak.host” .>: error calling include: template: camunda-platform/charts/identity/templates/_helpers.tpl:137:12: executing “identity.keycloak.host” at <include “identity.keycloak.hostDefault” .>: error calling include: template: camunda-platform/charts/identity/templates/_helpers.tpl:104:51: executing “identity.keycloak.hostDefault” at <.Subcharts.keycloak>: nil pointer evaluating interface {}.keycloak
just noticed in camunda README Helm >= 3.9.x requirement.
mine is v3.6.0.
Perhaps that is the problem?