infrastructure/README.md

9 lines
170 B
Markdown

# Infrastructure
## Secrets
1. Create a `.env` file
2. Add base64 encoded secrets
3. `export $(cat .env | xargs)`
4. `cat secrets.yaml | envsubst | kubectl apply -f -`