mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-15 13:50:58 +01:00
unset temp func on fail case
This commit is contained in:
@@ -86,6 +86,7 @@ alias kdecs='
|
|||||||
_kdecs() {
|
_kdecs() {
|
||||||
if [ $(jq --version) != "jq-1.6" ]; then
|
if [ $(jq --version) != "jq-1.6" ]; then
|
||||||
echo "kdecs requires jq-1.6 to use the base64d format";
|
echo "kdecs requires jq-1.6 to use the base64d format";
|
||||||
|
unset -f _kdecs
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
kubectl get secret "$@" -o json | jq ".data | map_values(. | @base64d )";
|
kubectl get secret "$@" -o json | jq ".data | map_values(. | @base64d )";
|
||||||
|
|||||||
Reference in New Issue
Block a user