Skip to content

Commit

Permalink
Addressed Robert's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhittaker committed Oct 18, 2023
1 parent b91598a commit 4e11b0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/impl/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,10 @@ func header(app *protos.AppConfig, cfg *KubeConfig, depId, filename string) (str
#
# kubectl get all --selector=version={{.Version}}
#
# To view a description of every resource, run:
#
# kubectl get all -o custom-columns=KIND:.kind,NAME:.metadata.name,APP:.metadata.labels.appName,VERSION:.metadata.labels.version,DESCRIPTION:.metadata.annotations.description
#
# To delete the resources, run:
#
# kubectl delete all --selector=version={{.Version}}
Expand Down

0 comments on commit 4e11b0a

Please sign in to comment.