Kubernetes - Secrets
What will be the output of the command
kubectl get secret mysecret -o jsonpath='{.data.password}' if the password was set as 'mypassword'?