infrastructure/README.md

9 lines
170 B
Markdown
Raw Normal View History

2022-12-09 17:12:09 +01:00
# 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 -`