docs: ADR for Helm Resource implementation style #12
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "helm-kustomize-adr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I generally feel wrong about not using an existing tool to deploy helm packages. I feel like using kustomize would be more reasonable here but at the same time it's not that hard to develop the functionnality of patching some yaml ourselves, which kube-rs already does quite well.
Since I don't have a strong opinion, I'd say go with the proposed option. I'm curious to see it actually implemented!