Skip to content

Commit 080700c

Browse files
authored
remove erroneous label from comment (#466)
1 parent cea4d21 commit 080700c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/build-deploy-docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
11261126
CURRENT_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

0 commit comments

Comments
 (0)