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
tdaly61 opened this issue
Aug 9, 2021
· 2 comments
Labels
bugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn infrastructure issue or bug such as in helm charts or documentation
Summary:
mojaloop component names are so long as to exceed helm/k8s naming limits when mojaloop chart is installed
Severity:
Medium
Priority:
Medium
Expected Behavior
Mojaloop component names should be kept far enough below the 64 character maximum so that users deploying from helm will not exceed the 64 character limit.
Error: Deployment.apps "mojaloop-centralsettlement-handler-deferredsettlement" is invalid: [spec.template.spec.volumes[1].name: Invalid value: "mojaloop-centralsettlement-handler-deferredsettlement-sidecar-vol": must be no more than 63 characters, spec.template.spec.containers[1].volumeMounts[0].name: Not found: "mojaloop-centralsettlement-handler-deferredsettlement-sidecar-vol"]
hey @mdebarros , given your code changes to the v14 PoC have show how to fix this BUT have not yet been reviewed accepted (however that is done) ..what should we do with this issue ?
bugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn infrastructure issue or bug such as in helm charts or documentation
Summary:
mojaloop component names are so long as to exceed helm/k8s naming limits when mojaloop chart is installed
Severity:
Medium
Priority:
Medium
Expected Behavior
Mojaloop component names should be kept far enough below the 64 character maximum so that users deploying from helm will not exceed the 64 character limit.
Error: Deployment.apps "mojaloop-centralsettlement-handler-deferredsettlement" is invalid: [spec.template.spec.volumes[1].name: Invalid value: "mojaloop-centralsettlement-handler-deferredsettlement-sidecar-vol": must be no more than 63 characters, spec.template.spec.containers[1].volumeMounts[0].name: Not found: "mojaloop-centralsettlement-handler-deferredsettlement-sidecar-vol"]
Steps to Reproduce
or more simply
Specifications
Notes:
The text was updated successfully, but these errors were encountered: