comms: run synapse admin ensure with python image

This commit is contained in:
Brad Stein 2026-02-06 20:13:02 -03:00
parent 6df05c9adc
commit c901a0a0cb

View File

@ -32,7 +32,7 @@ spec:
values: ["arm64"]
containers:
- name: ensure
image: registry.bstein.dev/infra/synapse-admin-ensure:0.1.0
image: python:3.12-slim
imagePullPolicy: Always
env:
- name: VAULT_ADDR
@ -46,6 +46,7 @@ spec:
- -c
- |
set -euo pipefail
python -m pip install --no-cache-dir psycopg2-binary
python - <<'PY'
import json
import os