armada icon indicating copy to clipboard operation
armada copied to clipboard

feat: deployment - validating deployed manifest configurations

Open gardlt opened this issue 8 years ago • 0 comments

Is this a bug report or feature request? (choose one): feat

Proposal

As an operator, I want to be able to check the deployed charts configuration. I propose we perform an action similar to the helm get values <release> in which we can extract chart information and matchet with a valid armada manifest. if we see a difference in the values then no problem it's a valid deployment. If values do not match then we should throw an error. We can also do simple validation such as are all the charts are installed and running.

gardlt avatar Dec 01 '17 02:12 gardlt