Skip to content

Commit 4cb6e38

Browse files
authored
revert the app label (#1073)
Signed-off-by: Zhiwei Yin <[email protected]>
1 parent 1a7baa6 commit 4cb6e38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

manifests/cluster-manager/management/cluster-manager-addon-manager-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ spec:
1414
replicas: {{ .Replica }}
1515
selector:
1616
matchLabels:
17-
app: {{ .ClusterManagerName }}-addon-manager-controller
17+
app: clustermanager-addon-manager-controller
1818
template:
1919
metadata:
2020
labels:
21-
app: {{ .ClusterManagerName }}-addon-manager-controller
21+
app: clustermanager-addon-manager-controller
2222
{{ if gt (len .Labels) 0 }}
2323
{{ range $key, $value := .Labels }}
2424
"{{ $key }}": "{{ $value }}"

manifests/cluster-manager/management/cluster-manager-placement-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ spec:
1414
replicas: {{ .Replica }}
1515
selector:
1616
matchLabels:
17-
app: {{ .ClusterManagerName }}-placement-controller
17+
app: clustermanager-placement-controller
1818
template:
1919
metadata:
2020
labels:
21-
app: {{ .ClusterManagerName }}-placement-controller
21+
app: clustermanager-placement-controller
2222
{{ if gt (len .Labels) 0 }}
2323
{{ range $key, $value := .Labels }}
2424
"{{ $key }}": "{{ $value }}"

manifests/cluster-manager/management/cluster-manager-registration-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ spec:
1414
replicas: {{ .Replica }}
1515
selector:
1616
matchLabels:
17-
app: {{ .ClusterManagerName }}-registration-controller
17+
app: clustermanager-registration-controller
1818
template:
1919
metadata:
2020
labels:
21-
app: {{ .ClusterManagerName }}-registration-controller
21+
app: clustermanager-registration-controller
2222
{{ if gt (len .Labels) 0 }}
2323
{{ range $key, $value := .Labels }}
2424
"{{$key}}": "{{$value}}"

0 commit comments

Comments
 (0)