Closed curtisr7 closed 4 years ago
It looks like currently we gather the output from helm get [release] values, but it would be nice to gather the output from helm get [release]. This will collect everything for the given release.
helm get [release] values
helm get [release]
Added in commit 7cc52af4b997a4011d0a1e01213b61e360ea5784.
It looks like currently we gather the output from
helm get [release] values
, but it would be nice to gather the output fromhelm get [release]
. This will collect everything for the given release.