Skip to content

Commit 37668ff

Browse files
committed
Update helm snapshot with the now expected image pull secrets
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 0d90bd7 commit 37668ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scanners/trivy/tests/__snapshot__/scanner_test.yaml.snap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ matches the snapshot:
6161
initialDelaySeconds: 5
6262
periodSeconds: 10
6363
successThreshold: 1
64+
imagePullSecrets:
65+
- name: foo
6466
3: |
6567
apiVersion: execution.securecodebox.io/v1
6668
kind: ParseDefinition
@@ -256,6 +258,8 @@ matches the snapshot:
256258
volumeMounts: []
257259
- image: bar
258260
name: foo
261+
imagePullSecrets:
262+
- name: foo
259263
restartPolicy: OnFailure
260264
tolerations:
261265
- foo: bar
@@ -307,6 +311,8 @@ matches the snapshot:
307311
volumeMounts: []
308312
- image: bar
309313
name: foo
314+
imagePullSecrets:
315+
- name: foo
310316
restartPolicy: OnFailure
311317
tolerations:
312318
- foo: bar
@@ -357,6 +363,8 @@ matches the snapshot:
357363
volumeMounts: []
358364
- image: bar
359365
name: foo
366+
imagePullSecrets:
367+
- name: foo
360368
restartPolicy: OnFailure
361369
serviceAccountName: trivy-k8s
362370
tolerations:

0 commit comments

Comments
 (0)