Skip to content

Commit

Permalink
make it an alias
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
  • Loading branch information
ivankatliarchuk committed Sep 5, 2024
1 parent 903e173 commit d04b702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/aliase/kube
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ alias k.svc-get='kubectl get svc -o=custom-columns=NAME:.metadata.name,IP:.spec.
# Deployments

# list all deployments with label 'helm.sh/chart-version'
kubectl get deployments -o custom-columns=NAME:.metadata.name,CHART_VERSION:".metadata.labels.helm\.sh/chart-version"
alias k.dep-version='kubectl get deployments -o custom-columns=NAME:.metadata.name,CHART_VERSION:".metadata.labels.helm\.sh/chart-version"'

# Config view
alias k.c='kubectl config view'
Expand Down

0 comments on commit d04b702

Please sign in to comment.