helm-argocd-gitops

Installation
SKILL.md

Helm ArgoCD GitOps Integration

Purpose

Guide the configuration of ArgoCD Applications and ApplicationSets for GitOps-based Helm chart deployments with proper sync policies, multi-environment support, and progressive delivery patterns.

Basic ArgoCD Application Setup

Step 1: Create Basic Application

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: myapp
  namespace: argocd
  finalizers:
    - resources-finalizer.argocd.argoproj.io
spec:
Related skills
Installs
3
GitHub Stars
3
First Seen
Mar 29, 2026