armada/examples
Sean Eagan 2a1a94828d Change chart `test` key to object and support cleanup flag
Previously the chart `test` key was a boolean.  This changes it to an
object which initially supports an `enabled` flag (covering the
previous use case) and adds support for helm's test cleanup option
(underneath an `options` key which mirrors what we have for `upgrade`).
Existing charts will continue to function the same, with cleanup always
turned on, and ability to use the old boolean `test` key for now.  When
using the new `test` object however, cleanup defaults to false to match
helm's interface and allow for test pod debugging.  Test pods can be
deleted on the next armada apply as well, to allow for debugging in the
meantime, by adding `pre`-`upgrade`-`delete` actions for the test pod.
The `test` commands in the API and CLI now support `cleanup` options as
well.

Change-Id: I92f8822aeaedb0767cb07515d42d8e4f3e088150
2018-06-27 10:47:02 -05:00
..
armada-keystone-manifest.yaml feat(cli): using-click-framework 2017-11-02 20:59:57 +00:00
keystone-manifest.yaml Change chart `test` key to object and support cleanup flag 2018-06-27 10:47:02 -05:00
simple-ovr-values.yaml feat(manifest): ability to override manifest value 2017-11-02 00:03:41 +00:00
simple.yaml Add unit tests for Manifest handler 2018-02-05 17:14:12 -05:00
tar_example.yaml Update HTK Path - OSH Infra 2018-05-16 05:02:43 +00:00