Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Helm get all' printing entire manifests #331

Open
Goutham4OS opened this issue Jan 17, 2024 · 1 comment
Open

'Helm get all' printing entire manifests #331

Goutham4OS opened this issue Jan 17, 2024 · 1 comment

Comments

@Goutham4OS
Copy link

Goutham4OS commented Jan 17, 2024

Helm get all printing entire manifests , is there any way to print only deployed resources name
Ex:
What I mean is when I execute below command
helm get all kured -n test

NAME: kured
LAST DEPLOYED: Tue Jan 16 15:22:25 2024
...
MANIFEST:

Source: kured/templates/serviceaccount.yaml

apiVersion: v1
kind: ServiceAccount
metadata:
name: test
labels:
....

Source: kured/templates/clusterrolebinding.yaml

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: test2
...

so above is the output however is there any way to get only manifest names instead of whole manifest like below

Output:

Deployed resources:

  1. service account/test
  2. deployment/clusterRoleBinding
@gjenkins8
Copy link

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants