Skip to content

Instantly share code, notes, and snippets.

@bioshazard
Created March 3, 2022 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bioshazard/e478d118fba9e26314bffebb88df1e33 to your computer and use it in GitHub Desktop.
Save bioshazard/e478d118fba9e26314bffebb88df1e33 to your computer and use it in GitHub Desktop.
List all objects in helm deployment
helm get manifest $RELEASE_NAME | yq -N eval '[.kind, .metadata.name] | join("/")' - | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment