docs: ADR for Helm Resource implementation style (#12)

Co-authored-by: tahahawa <tahahawa@gmail.com>
Reviewed-on: #12
This commit is contained in:
2025-04-16 17:39:17 +00:00
parent 3097e6af67
commit 0ba7f2536c
2 changed files with 94 additions and 0 deletions

33
adr/000-ADR-Template.md Normal file
View File

@@ -0,0 +1,33 @@
# Architecture Decision Record: \<Title\>
Name: \<Name\>
Initial Date: \<Date\>
Last Updated Date: \<Date\>
## Status
Proposed/Pending/Accepted/Implemented
## Context
The problem, background, the "why" behind this decision/discussion
## Decision
Proposed solution to the problem
## Rationale
Reasoning behind the decision
## Consequences
Pros/Cons of chosen solution
## Alternatives considered
Pros/Cons of various proposed solutions considered
## Additional Notes