juntekim.com/db/k8s/migrations/stripe-to-invoice-dev-migrate.yaml
2026-01-18 12:50:40 +00:00

26 lines
No EOL
535 B
YAML

# apiVersion: batch/v1
# kind: Job
# metadata:
# name: atlas-migrate-dev
# spec:
# template:
# spec:
# restartPolicy: Never
# containers:
# - name: atlas
# image: arigaio/atlas:latest
# command: ["/atlas"]
# args: ["migrate", "apply", "--env", "stripe_invoice"]
# envFrom:
# - secretRef:
# name: postgres-secret
# # You can run this:
# # kubectl apply -f k8s/migrations/atlas-job.yaml
# # Or later from CI.
#doesn't work - 28/12/2025