Skip to content

Commit 49829a1

Browse files
committed
improve migration script output
1 parent c2229cd commit 49829a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migrations/standardize-labels.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ deployment_apps=(
8686
st2workflowengine
8787
)
8888
for app in "${deployment_apps[@]}"; do
89+
echo "Deployment app=${app} ..."
8990
klabel_app_name Deployment ${app}
9091
klabel_app_name ReplicaSet ${app}
9192
klabel_app_name Pod ${app}
@@ -99,6 +100,7 @@ service_apps=(
99100
st2web
100101
)
101102
for app in "${service_apps[@]}"; do
103+
echo "Service app=${app} ..."
102104
klabel_app_name Service ${app}
103105
done
104106

@@ -109,6 +111,7 @@ job_apps=(
109111
$(k_get_app_names Job extra-helm-hook)
110112
)
111113
for app in "${job_apps[@]}"; do
114+
echo "Job app=${app} ..."
112115
klabel_app_name Job ${app}
113116
klabel_app_name Pod ${app}
114117
done

0 commit comments

Comments
 (0)