Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 243 Bytes

File metadata and controls

12 lines (9 loc) · 243 Bytes

Deployment

Adding the secrets

 kubectl create secret generic accounts-db \
--from-literal=POSTGRES_USER="asd" \
--from-literal=POSTGRES_PASSWORD="asd"

 kubectl create secret generic auth \
--from-literal=JWT_SECRET="sad"