@@ -4,7 +4,7 @@ manifest should match snapshot using podAnnotations and Labels:
4
4
kind : Deployment
5
5
metadata :
6
6
labels :
7
- steadybit .com / discovery - enabled : " false "
7
+ steadybit .com / discovery - disabled : " true "
8
8
name : RELEASE - NAME - steadybit - extension - http
9
9
namespace : NAMESPACE
10
10
spec :
@@ -19,7 +19,7 @@ manifest should match snapshot using podAnnotations and Labels:
19
19
labels :
20
20
app .kubernetes .io / name : steadybit - extension - http
21
21
some - label : some - label - value
22
- steadybit .com / discovery - enabled : " false "
22
+ steadybit .com / discovery - disabled : " true "
23
23
spec :
24
24
containers :
25
25
- env :
@@ -58,7 +58,7 @@ manifest should match snapshot with TLS:
58
58
kind : Deployment
59
59
metadata :
60
60
labels :
61
- steadybit .com / discovery - enabled : " false "
61
+ steadybit .com / discovery - disabled : " true "
62
62
name : RELEASE - NAME - steadybit - extension - http
63
63
namespace : NAMESPACE
64
64
spec :
@@ -71,7 +71,7 @@ manifest should match snapshot with TLS:
71
71
annotations : null
72
72
labels :
73
73
app .kubernetes .io / name : steadybit - extension - http
74
- steadybit .com / discovery - enabled : " false "
74
+ steadybit .com / discovery - disabled : " true "
75
75
spec :
76
76
containers :
77
77
- env :
@@ -121,7 +121,7 @@ manifest should match snapshot with extra env vars:
121
121
kind : Deployment
122
122
metadata :
123
123
labels :
124
- steadybit .com / discovery - enabled : " false "
124
+ steadybit .com / discovery - disabled : " true "
125
125
name : RELEASE - NAME - steadybit - extension - http
126
126
namespace : NAMESPACE
127
127
spec :
@@ -134,7 +134,7 @@ manifest should match snapshot with extra env vars:
134
134
annotations : null
135
135
labels :
136
136
app .kubernetes .io / name : steadybit - extension - http
137
- steadybit .com / discovery - enabled : " false "
137
+ steadybit .com / discovery - disabled : " true "
138
138
spec :
139
139
containers :
140
140
- env :
@@ -180,7 +180,7 @@ manifest should match snapshot with mutual TLS:
180
180
kind : Deployment
181
181
metadata :
182
182
labels :
183
- steadybit .com / discovery - enabled : " false "
183
+ steadybit .com / discovery - disabled : " true "
184
184
name : RELEASE - NAME - steadybit - extension - http
185
185
namespace : NAMESPACE
186
186
spec :
@@ -193,7 +193,7 @@ manifest should match snapshot with mutual TLS:
193
193
annotations : null
194
194
labels :
195
195
app .kubernetes .io / name : steadybit - extension - http
196
- steadybit .com / discovery - enabled : " false "
196
+ steadybit .com / discovery - disabled : " true "
197
197
spec :
198
198
containers :
199
199
- env :
@@ -252,7 +252,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
252
252
kind : Deployment
253
253
metadata :
254
254
labels :
255
- steadybit .com / discovery - enabled : " false "
255
+ steadybit .com / discovery - disabled : " true "
256
256
name : RELEASE - NAME - steadybit - extension - http
257
257
namespace : NAMESPACE
258
258
spec :
@@ -265,7 +265,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
265
265
annotations : null
266
266
labels :
267
267
app .kubernetes .io / name : steadybit - extension - http
268
- steadybit .com / discovery - enabled : " false "
268
+ steadybit .com / discovery - disabled : " true "
269
269
spec :
270
270
containers :
271
271
- env :
@@ -310,7 +310,7 @@ manifest should match snapshot without TLS:
310
310
kind : Deployment
311
311
metadata :
312
312
labels :
313
- steadybit .com / discovery - enabled : " false "
313
+ steadybit .com / discovery - disabled : " true "
314
314
name : RELEASE - NAME - steadybit - extension - http
315
315
namespace : NAMESPACE
316
316
spec :
@@ -323,7 +323,7 @@ manifest should match snapshot without TLS:
323
323
annotations : null
324
324
labels :
325
325
app .kubernetes .io / name : steadybit - extension - http
326
- steadybit .com / discovery - enabled : " false "
326
+ steadybit .com / discovery - disabled : " true "
327
327
spec :
328
328
containers :
329
329
- env :
0 commit comments