lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Helm template secrets .values deploy failure

Open prinskarnatie opened this issue 5 months ago • 1 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

The latest dev branch Helm template fails to apply due to .values instead of .Values for the following files.

deploy/helm/templates/api-service/secrets.yaml LOWCODER_NODE_SERVICE_SECRET: {{ .values.global.config.nodeServiceSecret LOWCODER_NODE_SERVICE_SECRET_SALT: {{ .values.global.config.nodeServiceSalt

deploy/helm/templates/node-service/secrets.yaml LOWCODER_NODE_SERVICE_SECRET: {{ .values.global.config.nodeServiceSecret LOWCODER_NODE_SERVICE_SECRET_SALT: {{ .values.global.config.nodeServiceSalt

If I change the 4 .values to .Values, the template applies.

Expected Behavior

Helm template should cleanly apply.

Steps to reproduce

helm upgrade -f values.yaml -n lowcoder lowcoder .

Environment

Selfhosted K3S

Additional Information

No response

prinskarnatie avatar Jun 01 '25 07:06 prinskarnatie