cloud-native-toolkit / cloud-native-toolkit/planning
Pipeline health stage fails if project name + app name are too long.
Open
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If you create a pipeline using `oc pipeline`, the ingress route gets created following the pattern `{app name}-{project name}.{ingress subdomain}`. If the app name and project name are too long, the health check fails (i assume somewhere in internal routing b/c the url works externally).
My project and app name were both `my-node-microservice`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.