The great reset, we moved infra into two clusters (sekibanki et seija)

This commit is contained in:
2025-07-16 10:39:09 -04:00
parent 68f1108c2d
commit 1df5459f70
145 changed files with 2431 additions and 576 deletions

5
encrypt_secrets.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
fd -I "secrets.yaml" -x sops -e --encrypted-regex '^(data|stringData)$' --output {.}.sops.yaml {}
fd -I "local_settings.py" -x sops -e --output {.}.sops.py {}