Replies: 1 comment 1 reply
-
I don't have helm - but I think I know what's going on, when you splat that containers array
Something like that should work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to identify all the images for a given helm release, and trying to put them into a list format. Like below:
However the closest I have gotten with the following command is
I think that if I could use add all the docs to an array I can use
map(select( ... ))
to have each of the elements be part of the array.... However if there is a better way to do what I want I would all ears.Steps for reproducing
Beta Was this translation helpful? Give feedback.
All reactions