You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
....
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:
The text was updated successfully, but these errors were encountered: