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