Is there an existing issue for this?
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
Is there an existing issue for this?
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