Commit a95b5c04 authored by Erick Fejta's avatar Erick Fejta Committed by GitHub

Merge pull request #44621 from caarlos0/patch-1

Improvement on Kubectl CheatSheet base64 examples
parents 7408f6b3 4b5a3d2e
......@@ -50,8 +50,8 @@ metadata:
name: mysecret
type: Opaque
data:
password: $(echo "s33msi4" | base64)
username: $(echo "jane" | base64)
password: $(echo -n "s33msi4" | base64)
username: $(echo -n "jane" | base64)
EOF
# TODO: kubectl-explain example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment