@@ -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 - prometheus
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 - prometheus
19
+ steadybit .com / discovery - enabled : " false"
18
20
spec :
19
21
containers :
20
22
- env :
@@ -67,7 +69,8 @@ manifest should match snapshot with extra env vars:
67
69
apiVersion : apps / v1
68
70
kind : Deployment
69
71
metadata :
70
- labels : null
72
+ labels :
73
+ steadybit .com / discovery - enabled : " false"
71
74
name : RELEASE - NAME - steadybit - extension - prometheus
72
75
namespace : NAMESPACE
73
76
spec :
@@ -79,6 +82,7 @@ manifest should match snapshot with extra env vars:
79
82
metadata :
80
83
labels :
81
84
app .kubernetes .io / name : steadybit - extension - prometheus
85
+ steadybit .com / discovery - enabled : " false"
82
86
spec :
83
87
containers :
84
88
- env :
@@ -127,7 +131,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
127
131
apiVersion : apps / v1
128
132
kind : Deployment
129
133
metadata :
130
- labels : null
134
+ labels :
135
+ steadybit .com / discovery - enabled : " false"
131
136
name : RELEASE - NAME - steadybit - extension - prometheus
132
137
namespace : NAMESPACE
133
138
spec :
@@ -139,6 +144,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
139
144
metadata :
140
145
labels :
141
146
app .kubernetes .io / name : steadybit - extension - prometheus
147
+ steadybit .com / discovery - enabled : " false"
142
148
spec :
143
149
containers :
144
150
- env :
@@ -186,7 +192,8 @@ manifest should match snapshot without TLS:
186
192
apiVersion : apps / v1
187
193
kind : Deployment
188
194
metadata :
189
- labels : null
195
+ labels :
196
+ steadybit .com / discovery - enabled : " false"
190
197
name : RELEASE - NAME - steadybit - extension - prometheus
191
198
namespace : NAMESPACE
192
199
spec :
@@ -198,6 +205,7 @@ manifest should match snapshot without TLS:
198
205
metadata :
199
206
labels :
200
207
app .kubernetes .io / name : steadybit - extension - prometheus
208
+ steadybit .com / discovery - enabled : " false"
201
209
spec :
202
210
containers :
203
211
- env :
0 commit comments