Simple golang tool to view the base64 decoded content of a kubernetes secret
Grab a version from the release page and place it inside your $PATH.
You can call the plugin directly using kubectl
kubectl view-secret secret-name [-n, --namespace secret-namespace]
Alternatively you can also use this plugin as a standalone binary
kubectl-view-secret secret-name [-n, --namespace secret-namespace]
If -n, --namespace is not set, it defaults to the current namespace.