Files
juwan-backend/deploy/script/init-secrets.sh
T
2026-02-23 15:54:33 +08:00

3 lines
114 B
Bash

kubectl create secret generic user-redis \
--from-literal=password=$(openssl rand -base64 12) \
--namespace juwan