File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1122,7 +1122,7 @@ beginBuildStep "Route/Ingress Cleanup" "cleanupRoutes"
11221122# #############################################s
11231123
11241124# collect the current routes excluding any certmanager requests.
1125- # its also possible to exclude ingress by adding a label 'route. lagoon.sh/remove=false', this is then used to skip this from the removal checks
1125+ # its also possible to exclude ingress by adding a label 'lagoon.sh/remove=false', this is then used to skip this from the removal checks
11261126CURRENT_ROUTES=$( kubectl -n ${NAMESPACE} get ingress -l " lagoon.sh/autogenerated!=true" --no-headers 2> /dev/null | cut -d " " -f 1 | xargs)
11271127# since label selectors can't be combined properly, this is done so that the build can get all the routes
11281128# and then remove any that match our conditions to be ignored by the removal checker
You can’t perform that action at this time.
0 commit comments