armada
armada copied to clipboard
feat: deployment - validating deployed manifest configurations
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.