Bug: no chart generated when using depends_on #182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consider the following compose.yml :
Logs :
No error message or details, and no chart output.
Removing
depends_oncreates the chart.Bug: no chat generated when using depends_onto Bug: no chart generated when using depends_onYes that's because you need to define a port where the "initContainer" could test the service is up.
You can use the label "ports" if you don't want to expose a port from the compose file.