Skip to content

[Bug]: Helm template secrets .values deploy failure #1732

Open
@prinskarnatie

Description

@prinskarnatie

Is there an existing issue for this?

  • 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions