armada/armada/tests/unit/handlers
Sean Eagan 68e5f1da30 fix: Align template file naming with Helm CLI
Armada has previously named template files relative to the
`templates` dir, whereas the Helm CLI names them relative
to the chart root. This causes `include`s of these templates
to fail.

This change fixes this, for armada/Chart/v2 docs only, since it
is a breaking change, as some charts may have already aligned
with the existing Armada behavior. When updating a release
previously deployed with armada/Chart/v1, the fixed template
names alone will not cause the release to be updated, as the
diff logic accounts for this.

Change-Id: I243073ca4c2e1edbcb0d8f649475f568fc7c818f
2019-09-20 08:51:32 -05:00
..
templates Improved document validation 2018-02-23 11:11:09 -05:00
__init__.py Implement wait for timeout feature and unit test 2017-06-22 16:02:25 -05:00
test_armada.py Support builtin chart dependencies 2019-08-22 08:13:03 -05:00
test_chartbuilder.py fix: Align template file naming with Helm CLI 2019-09-20 08:51:32 -05:00
test_lock.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_manifest.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_override.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_release_diff.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_test.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_tiller.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00
test_wait.py Standardize Armada code with YAPF 2019-07-31 10:16:15 -05:00