Skip to content
Snippets Groups Projects
Commit 6c602b6b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6747 add helm unittest

parent 07e8ed83
Branches
Tags
No related merge requests found
......@@ -77,4 +77,16 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].env
value: null
\ No newline at end of file
value: null
- it: should by default not have ACTIVE_PROFILE env
set:
env.customList:
my_test_environment_name: "A test value"
asserts:
- notContains:
path: spec.template.spec.containers[0].env
content:
name: ACTIVE_PROFILE
any: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment