Files
homey/get-secret-val.sh
T
2022-04-17 21:30:22 +03:00

2 lines
85 B
Bash

kubectl get secret -n $1 $2 --template={{.data.$3}} | base64 -d | xclip -selection c