File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
charts/cf-common-test/tests/deployment Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ tests:
432
432
name : some-secret-one
433
433
key : some-key-one
434
434
435
- - it : Test main container with image digest
435
+ - it : Test main container with image digest
436
436
values :
437
437
- values.yaml
438
438
set :
@@ -442,4 +442,4 @@ tests:
442
442
asserts :
443
443
- equal :
444
444
path : spec.template.spec.containers[0].image
445
- value : 839151377425.dkr.ecr.us-east-1.amazonaws.com/codefresh-inc/codefresh/cf-api:master@sha256:1234567890
445
+ value : 839151377425.dkr.ecr.us-east-1.amazonaws.com/codefresh-inc/codefresh/cf-api:master@sha256:1234567890
Original file line number Diff line number Diff line change @@ -64,6 +64,21 @@ tests:
64
64
content :
65
65
name : cf-ecr-codefresh-registry
66
66
67
+ - it : Test deploymeny with global imagePullSecrets
68
+ release :
69
+ name : cf
70
+ values :
71
+ - values.yaml
72
+ set :
73
+ global :
74
+ imagePullSecrets :
75
+ - name : test-global-pull-secret
76
+ asserts :
77
+ - contains :
78
+ path : spec.template.spec.imagePullSecrets
79
+ content :
80
+ name : test-global-pull-secret
81
+
67
82
- it : Test deployment's initContainer is present and valid
68
83
values :
69
84
- values.yaml
You can’t perform that action at this time.
0 commit comments