forked from cartsnitch/cartsnitch
d57a90ed59
- Add scripts/seed-env.sh with --env dev|uat argument, replacing hardcoded namespace - Keep scripts/seed-dev.sh as one-line wrapper calling seed-env.sh dev - Add scripts/seed-env-job.yaml with __ENV__ placeholder for namespace/label - Add scripts/apply-seed-job.sh <env> helper using sed substitution - Keep scripts/seed-dev-job.yaml as unchanged backward-compat copy - Add docs/uat-receipt-submission.md documenting the inbound email receipt path for UAT Refs: CAR-812, CAR-808
3 lines
122 B
Bash
Executable File
3 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Backward-compat wrapper — delegates to seed-env.sh dev
|
|
exec "$(dirname "$0")/seed-env.sh" dev "$@" |