Skip to content

Commit ace1483

Browse files
committed
Updated as values.yaml
1 parent a292874 commit ace1483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ADRs/001-helm-values-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Managing configurations and secrets across multiple Kubernetes deployments is a
99
Key challenges include:
1010
- Ensuring configurations remain consistent across different environments (e.g., dev, staging, production).
1111
- Managing sensitive values securely using external secret management systems.
12-
- Automating the generation of `values.json` while integrating with GitOps tools like ArgoCD.
12+
- Automating the generation of `values.yaml` while integrating with GitOps tools like ArgoCD.
1313
- Providing a user-friendly CLI that integrates well with Helm workflows.
1414

1515
## Decision
@@ -22,7 +22,7 @@ We have decided to implement the **Helm Values Manager** as a **Helm plugin writ
2222
4. **Secret Storage Abstraction:** Securely manages sensitive values by integrating with AWS Secrets Manager, Azure Key Vault, and HashiCorp Vault.
2323
5. **CLI-Based Approach:** Interactive commands for managing configurations and secrets.
2424
6. **Autocomplete Support:** Smooth CLI experience.
25-
7. **ArgoCD Compatibility:** Generates `values.json` dynamically for GitOps workflows.
25+
7. **ArgoCD Compatibility:** Generates `values.yaml` dynamically for GitOps workflows.
2626
8. **JSON for Configuration:** Using JSON for configuration files provides better schema validation and consistent parsing across different platforms.
2727

2828
### Value Storage Model

0 commit comments

Comments
 (0)