get cluster command with output type yaml has non-text cluster status making it difficult to comprehend #34
Labels
bug
Something isn't working
hacktoberfest
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Expected vs actual behavior
Expected:
{type: "ClusterApprove", lastUpdated: {seconds: 1665989454, nanos: 819601552}, reason: "pending"}
Actual:
{type: 1, status: 0, lastUpdated: {seconds: 1665989454, nanos: 819601552}, reason: pending}
Steps to reproduce the bug
Are you using the latest version of the project?
You can check your version by running
helm ls|grep '^<deployment-name>'
or using pctl,pctl version
, and provide the output.What is your environment setup? Please tell us your cloud provider, operating system, and include the output of
kubectl version --output=yaml
andhelm version
. Any other information that you have, eg. logs and custom values, is highly appreciated!The text was updated successfully, but these errors were encountered: