docs(adr): ADR-0002 — per-application environments via an env coordinate #15

Merged
arcodange merged 2 commits from claude/adr-multi-env into main 2026-06-28 16:17:45 +02:00
Showing only changes of commit c35b510040 - Show all commits

View File

@@ -94,4 +94,4 @@ The two ADRs are therefore complementary, not contradictory, and ADR-0002 does n
- [new-web-app conventions](../../doc/runbooks/new-web-app/conventions.md) — the single-env `<app>` convention this ADR extends with the env coordinate.
- [Phase A — `tools` Vault module env parameter](https://gitea.arcodange.lab/arcodange-org/tools/pulls/2) — adds the optional `env` / `envs` parameter to the shared `app_roles` and `app_policy` modules.
- [Phase C — `erp` chart literal templating](https://gitea.arcodange.lab/arcodange-org/erp/pulls/11) — templates the chart's single-env literals to `.Values` so one chart renders any instance.
- PR that introduces this ADR: _to be linked once opened_ (the PR description must link back to this ADR — bidirectional).
- [PR factory#15 — this ADR](https://gitea.arcodange.lab/arcodange-org/factory/pulls/15) — the change that introduces ADR-0002 (links back to this file).