@@ -3,7 +3,8 @@ manifest should match snapshot with TLS:
3
3
apiVersion : apps / v1
4
4
kind : Deployment
5
5
metadata :
6
- labels : null
6
+ labels :
7
+ steadybit .com / discovery - enabled : " false"
7
8
name : RELEASE - NAME - steadybit - extension - http
8
9
namespace : NAMESPACE
9
10
spec :
@@ -15,6 +16,7 @@ manifest should match snapshot with TLS:
15
16
metadata :
16
17
labels :
17
18
app .kubernetes .io / name : steadybit - extension - http
19
+ steadybit .com / discovery - enabled : " false"
18
20
spec :
19
21
containers :
20
22
- env :
@@ -63,7 +65,8 @@ manifest should match snapshot with extra env vars:
63
65
apiVersion : apps / v1
64
66
kind : Deployment
65
67
metadata :
66
- labels : null
68
+ labels :
69
+ steadybit .com / discovery - enabled : " false"
67
70
name : RELEASE - NAME - steadybit - extension - http
68
71
namespace : NAMESPACE
69
72
spec :
@@ -75,6 +78,7 @@ manifest should match snapshot with extra env vars:
75
78
metadata :
76
79
labels :
77
80
app .kubernetes .io / name : steadybit - extension - http
81
+ steadybit .com / discovery - enabled : " false"
78
82
spec :
79
83
containers :
80
84
- env :
@@ -119,7 +123,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
119
123
apiVersion : apps / v1
120
124
kind : Deployment
121
125
metadata :
122
- labels : null
126
+ labels :
127
+ steadybit .com / discovery - enabled : " false"
123
128
name : RELEASE - NAME - steadybit - extension - http
124
129
namespace : NAMESPACE
125
130
spec :
@@ -131,6 +136,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
131
136
metadata :
132
137
labels :
133
138
app .kubernetes .io / name : steadybit - extension - http
139
+ steadybit .com / discovery - enabled : " false"
134
140
spec :
135
141
containers :
136
142
- env :
@@ -174,7 +180,8 @@ manifest should match snapshot without TLS:
174
180
apiVersion : apps / v1
175
181
kind : Deployment
176
182
metadata :
177
- labels : null
183
+ labels :
184
+ steadybit .com / discovery - enabled : " false"
178
185
name : RELEASE - NAME - steadybit - extension - http
179
186
namespace : NAMESPACE
180
187
spec :
@@ -186,6 +193,7 @@ manifest should match snapshot without TLS:
186
193
metadata :
187
194
labels :
188
195
app .kubernetes .io / name : steadybit - extension - http
196
+ steadybit .com / discovery - enabled : " false"
189
197
spec :
190
198
containers :
191
199
- env :
0 commit comments