Skip to content

Commit 833821b

Browse files
committed
use labels
1 parent 8927ef5 commit 833821b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mse-simple-demo/helm/mse-simple-demo/templates/spring-cloud-a-gray-deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ spec:
1010
app: spring-cloud-a-gray
1111
template:
1212
metadata:
13-
annotations:
14-
alicloud.service.tag: gray
1513
labels:
14+
app: "spring-cloud-a-gray"
15+
alicloud.service.tag: gray
1616
msePilotAutoEnable: "on"
1717
appName: "{{ .Values.mse.namePrefix }}spring-cloud-a"
18-
app: "spring-cloud-a-gray"
1918
spec:
2019
containers:
2120
- name: spring-cloud-a

0 commit comments

Comments
 (0)