-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
This commit introduced an issue when redis is disabled because the {{- end }} is in the wrong line, which leaves a dangling
valueFrom:
secretKeyRef:
name: {{ include "tooljet.fullname" . }}-redis
key: password
that goes into the PGRST_JWT_SECRET here
When running helm install tooljet tooljet/tooljet with the default values (redis disabled), it throws:
Error: INSTALLATION FAILED: 1 error occurred:
* Deployment.apps "tooljet" is invalid: spec.template.spec.containers[0].env[12].valueFrom: Invalid value: "": may not be specified when `value` is not empty
How to reproduce:
helm repo add tooljet https://tooljet.github.io/helm-charts
helm install tooljet tooljet/tooljet
Happy to submit a PR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels