We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201efdb commit ea2d0d4Copy full SHA for ea2d0d4
velero/backup/common-service/label-common-service.sh
@@ -309,6 +309,7 @@ function label_configmap() {
309
title "Start to label the ConfigMaps... "
310
${OC} label configmap common-service-maps foundationservices.cloudpak.ibm.com=configmap -n kube-public --overwrite=true 2>/dev/null
311
${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
313
echo ""
314
}
315
0 commit comments