Skip to content

Commit 658afdf

Browse files
committed
Simplify migration script: the ServiceAccount token does not have labels.
1 parent 49829a1 commit 658afdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

migrations/standardize-labels.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ echo "Adding label app.kubernetes.io/name=<app> (which will replace app=<app>) .
6363
klabel_app_name ConfigMap st2
6464
klabel_app_name Secret st2
6565
klabel_app_name Secret st2chatops
66-
67-
klabel_app_name Secret ${CHART_NAME} # for ServiceAccount
6866
klabel_app_name ServiceAccount ${CHART_NAME}
69-
7067
klabel_app_name Ingress ingress
7168

7269
deployment_apps=(

0 commit comments

Comments
 (0)