Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jan 11, 2024
1 parent 0ab8b21 commit 9bef7e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cf-common-test/tests/deployment/container_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ tests:
- it: Test main container TPL env without overrides
values:
- values.yaml
- values-tpl.yaml
- tpl-values.yaml
set:
global:
tpl: value
Expand All @@ -346,7 +346,7 @@ tests:
- it: Test main container TPL env with overrides
values:
- values.yaml
- values-tpl.yaml
- tpl-values.yaml
set:
global:
tpl: value
Expand Down Expand Up @@ -384,7 +384,7 @@ tests:
- it: Test main container TPL env with overrides (backward compatibility)
values:
- values.yaml
- values-tpl.yaml
- tpl-values.yaml
set:
global:
tpl: value
Expand Down
6 changes: 6 additions & 0 deletions charts/cf-common-test/tests/deployment/tpl-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
container:
env:
TPL_VAR_ONE: '{{ .Values.global.tpl }}'

env:
TPL_VAR_TWO: '{{ .Values.global.tpl }}'

0 comments on commit 9bef7e9

Please sign in to comment.