Skip to content

Commit 2c3611d

Browse files
authored
fix: labels in experiment example (idan-codefresh#12)
Signed-off-by: Hui Kang <[email protected]>
1 parent b77f009 commit 2c3611d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/experiment/experiment.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ spec:
1313
minReadySeconds: 10
1414
selector:
1515
matchLabels:
16-
app: canary-demo
16+
app: experiment-demo
1717
color: purple
1818
template:
1919
metadata:
2020
labels:
21-
app: canary-demo
21+
app: experiment-demo
2222
color: purple
2323
spec:
2424
containers:
@@ -34,12 +34,12 @@ spec:
3434
replicas: 2
3535
selector:
3636
matchLabels:
37-
app: canary-demo
37+
app: experiment-demo
3838
color: orange
3939
template:
4040
metadata:
4141
labels:
42-
app: canary-demo
42+
app: experiment-demo
4343
color: orange
4444
spec:
4545
containers:

0 commit comments

Comments
 (0)