helm / community

Helm community content
https://helm.sh
417 stars 175 forks source link

'Helm get all' printing entire manifests #331

Open Goutham4OS opened 8 months ago

Goutham4OS commented 8 months ago

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 commented 8 months ago

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