What problem does it solve?
This Skill simplifies the process of defining and managing ArgoCD applications, especially when deploying Helm charts with complex, typed values, ensuring consistency and reducing errors.
Core Features & Use Cases
- ArgoCD Application Definition: Generate Kubernetes manifests for ArgoCD Applications.
- Helm Chart Integration: Configure applications to deploy Helm charts with specific versions.
- Typed Helm Values: Utilize type-safe Helm values for compile-time checks and better developer experience.
- Sync Policy Configuration: Define automated sync, prune, self-heal, and server-side apply strategies.
- Use Case: You need to deploy a new microservice using a Helm chart via ArgoCD. This Skill helps you create the
Application manifest, specifying the chart, version, and custom typed values for its configuration, including setting up an automated sync policy.
Quick Start
Use the argocd-app-patterns skill to create an ArgoCD Application manifest for the 'myapp' Helm chart with specified typed values and an automated sync policy.