-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e87b2fc
commit 138d406
Showing
3 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
21 changes: 7 additions & 14 deletions
21
charts/rss2twitter/tests/defaults_test.yaml → ...rss2twitter/tests/custom_values_test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
suite: Test with default values | ||
templates: | ||
- _helper.tpl | ||
- deployment.yaml | ||
- exclusion-patterns-configmap.yaml | ||
- secret.yaml | ||
tests: | ||
- it: should define the default deployment with the image umputun/rss2twitter | ||
template: deployment.yaml | ||
asserts: | ||
- hasDocuments: | ||
count: 1 | ||
- isKind: | ||
of: Deployment | ||
- equal: | ||
path: spec.template.spec.containers[0].image | ||
value: umputun/rss2twitter:v0.7.0 |
This file was deleted.
Oops, something went wrong.