kubernetes-training icon indicating copy to clipboard operation
kubernetes-training copied to clipboard

get secret value using go-template

Open ondrejsika opened this issue 1 year ago • 0 comments

kubectl get secret my-secret -o go-template='{{.data.password|base64decode}}{{"\n"}}'

ondrejsika avatar Nov 23 '23 09:11 ondrejsika