'Helm get all' printing entire manifests
- Dominant language
- No language data
- Stars
- 495
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
_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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.