Local Kubernetes cluster

Hi. I have tried to create a Local kubernetes cluster for camunda 8.5 by following link Local Kubernetes cluster | Camunda 8 Docs. When I am running the command - ‘helm install camunda-platform camunda/camunda-platform -f camunda-platform-core-kind-values.yaml --debug’ I am getting error 'install.go:159: [debug] Original chart version: “”
install.go:176: [debug] CHART PATH: /home/vahe/.cache/helm/repository/camunda-platform-10.1.1.tgz

Error: parse error at (camunda-platform/charts/identityKeycloak/charts/postgresql/charts/common/templates/_resources.tpl:15): unclosed action
helm.go:84: [debug] parse error at (camunda-platform/charts/identityKeycloak/charts/postgresql/charts/common/templates/_resources.tpl:15): unclosed action’: What can I do to jump up from this issue?

hi @Vahe_Mikayelyan
Can you share your helm values file?

Hi Alex. I have copied it from here` camunda-platform-helm/kind/camunda-platform-core-kind-values.yaml at 994909e9cac9d82911f80a6b1cc49b91d63fe238 · camunda/camunda-platform-helm · GitHub and have not changed anything => 'global:
identity:
auth:
# Disable the Identity authentication for local development
# it will fall back to basic-auth: demo/demo as default user
enabled: false

Disable identity as part of the Camunda core

identity:
enabled: false

Disable keycloak

identityKeycloak:
enabled: false

optimize:
enabled: true

Reduce for Zeebe and Gateway the configured replicas and with that the required resources

to get it running locally

zeebe:
clusterSize: 1
partitionCount: 1
replicationFactor: 1
pvcSize: 10Gi

zeebeGateway:
replicas: 1

connectors:
enabled: true
inbound:
mode: disabled

elasticsearch:
master:
replicaCount: 1
# Request smaller persistent volumes.
persistence:
size: 15Gi’

Hi @Vahe_Mikayelyan
What if you try to install Camunda 8.4 for the testing purpose?
Note: add --version=9.3.6 to helm install command

Sure, I will and will let you know.
Thanks

It is the same -
:~$ helm install camunda-platform camunda/camunda-platform --version=9.3.6 -f camunda-platform-core-kind-values.yaml --debug
install.go:159: [debug] Original chart version: “9.3.6”
install.go:176: [debug] CHART PATH: /home/vahe/.cache/helm/repository/camunda-platform-9.3.6.tgz
Error: parse error at (camunda-platform/charts/elasticsearch/charts/common/templates/_resources.tpl:15): unclosed action

The issue could be in the values file. It would be great if you could share the full Helm value file instead of copying and pasting part of it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.