aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e748e3..7f55fd7 100644
--- a/README.md
+++ b/README.md
@@ -11,5 +11,7 @@
Secrets
+ kubectl create secret generic test-secret --from-literal=username='my-app' --from-literal=password='39528$vdg7Jb'
+
echo -n $password | base64
kubectl exec -it mi-gateway-pod -- /bin/bash