Skip to content

Commit

Permalink
imagepullsecret tests (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike <[email protected]>
  • Loading branch information
davidcollom and 2mf authored May 15, 2024
1 parent cd9967d commit b27e0af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/charts/version-checker/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ tests:
- equal:
path: metadata.annotations["eks.amazonaws.com/role-arn"]
value: dsjgabjgsg

- it: imagePullSecret Present
set:
image.imagePullSecret: sekret
asserts:
- contains:
path: imagePullSecret
content:
name: "sekret"

0 comments on commit b27e0af

Please sign in to comment.