You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful if the chart name is a column in the output
When looking at a few clusters using the detect-helm feature, I realized it becomes harder to identify things without the namespace in the output. Also since the same chart could be launched into different namespaces, having the namespace along with the chart name will reduce a couple investigation steps after running pluto.
Those couple things being said. I propose our output change to something like this only when detect-helm is used:
NAMESPACE\t CHART\t KIND\t VERSION\t DEPRECATED\t RESOURCE NAME
Open to thoughts on this. I could also see us implementing a -o wide output option for more fields. Perhaps having TEMPLATE with a value of the template file within the chart.
The text was updated successfully, but these errors were encountered:
lucasreed
changed the title
Revisit output when detect-helm is used
Revisit output when detect-helm is used
Apr 8, 2020
Thoughts:
detect-helm
feature, I realized it becomes harder to identify things without the namespace in the output. Also since the same chart could be launched into different namespaces, having the namespace along with the chart name will reduce a couple investigation steps after running pluto.Those couple things being said. I propose our output change to something like this only when
detect-helm
is used:Open to thoughts on this. I could also see us implementing a
-o wide
output option for more fields. Perhaps havingTEMPLATE
with a value of the template file within the chart.The text was updated successfully, but these errors were encountered: