Skip to content

Commit ea2d0d4

Browse files
authored
add common-web-ui-config cm to labeling script (#2294)
Signed-off-by: Ben Luzarraga <[email protected]>
1 parent 201efdb commit ea2d0d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

velero/backup/common-service/label-common-service.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ function label_configmap() {
309309
title "Start to label the ConfigMaps... "
310310
${OC} label configmap common-service-maps foundationservices.cloudpak.ibm.com=configmap -n kube-public --overwrite=true 2>/dev/null
311311
${OC} label configmap cs-onprem-tenant-config foundationservices.cloudpak.ibm.com=configmap -n $SERVICES_NS --overwrite=true 2>/dev/null
312+
${OC} label configmap common-web-ui-config foundationservices.cloudpak.ibm.com=configmap -n $SERVICES_NS --overwrite=true 2>/dev/null
312313
echo ""
313314
}
314315

0 commit comments

Comments
 (0)