@@ -51,6 +51,7 @@ manifest should match snapshot using podAnnotations and Labels:
51
51
runAsNonRoot : true
52
52
runAsUser : 10000
53
53
volumeMounts : null
54
+ serviceAccountName : steadybit - extension - http
54
55
volumes : null
55
56
manifest should match snapshot with TLS :
56
57
1 : |
@@ -110,6 +111,7 @@ manifest should match snapshot with TLS:
110
111
- mountPath : / etc / extension / certificates / server - cert
111
112
name : certificate - server - cert
112
113
readOnly : true
114
+ serviceAccountName : steadybit - extension - http
113
115
volumes :
114
116
- name : certificate - server - cert
115
117
secret :
@@ -173,6 +175,7 @@ manifest should match snapshot with extra env vars:
173
175
runAsNonRoot : true
174
176
runAsUser : 10000
175
177
volumeMounts : null
178
+ serviceAccountName : steadybit - extension - http
176
179
volumes : null
177
180
manifest should match snapshot with extra labels :
178
181
1 : |
@@ -227,6 +230,7 @@ manifest should match snapshot with extra labels:
227
230
runAsNonRoot : true
228
231
runAsUser : 10000
229
232
volumeMounts : null
233
+ serviceAccountName : steadybit - extension - http
230
234
volumes : null
231
235
manifest should match snapshot with mutual TLS :
232
236
1 : |
@@ -291,6 +295,7 @@ manifest should match snapshot with mutual TLS:
291
295
- mountPath : / etc / extension / certificates / server - cert
292
296
name : certificate - server - cert
293
297
readOnly : true
298
+ serviceAccountName : steadybit - extension - http
294
299
volumes :
295
300
- name : certificate - client - cert - a
296
301
secret :
@@ -357,6 +362,7 @@ manifest should match snapshot with mutual TLS using containerPaths:
357
362
runAsNonRoot : true
358
363
runAsUser : 10000
359
364
volumeMounts : null
365
+ serviceAccountName : steadybit - extension - http
360
366
volumes : null
361
367
manifest should match snapshot without TLS :
362
368
1 : |
@@ -409,4 +415,5 @@ manifest should match snapshot without TLS:
409
415
runAsNonRoot : true
410
416
runAsUser : 10000
411
417
volumeMounts : null
418
+ serviceAccountName : steadybit - extension - http
412
419
volumes : null
0 commit comments