We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77f009 commit 2c3611dCopy full SHA for 2c3611d
examples/experiment/experiment.yaml
@@ -13,12 +13,12 @@ spec:
13
minReadySeconds: 10
14
selector:
15
matchLabels:
16
- app: canary-demo
+ app: experiment-demo
17
color: purple
18
template:
19
metadata:
20
labels:
21
22
23
spec:
24
containers:
@@ -34,12 +34,12 @@ spec:
34
replicas: 2
35
36
37
38
color: orange
39
40
41
42
43
44
45
0 commit comments