You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to install this using flux but ran into the following error:
Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 18: mapping key "JWT_SECRET_REST_GW" already defined at line 16
This seems to have occurred with other charts as well and I think the cause is this duplication of the env vars. Is it possible to remove it?
Thanks
Edit: After looking at this open PR, I think the refactoring there will already solve this issue 🥳
The text was updated successfully, but these errors were encountered:
Hi @PeteMac88 and @bs1180,
A temporary fix for this issue will be released next week and the refactor described in the PR will be released after that with additional changes.
Hi,
I'm trying to install this using flux but ran into the following error:
Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 18: mapping key "JWT_SECRET_REST_GW" already defined at line 16
This seems to have occurred with other charts as well and I think the cause is this duplication of the env vars. Is it possible to remove it?
Thanks
Edit: After looking at this open PR, I think the refactoring there will already solve this issue 🥳
The text was updated successfully, but these errors were encountered: