Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 799 Bytes

File metadata and controls

20 lines (14 loc) · 799 Bytes

ArgoCD

This repo packages Kubernetes examples as Helm charts. You can deploy them directly from CI with helm upgrade --install, or reconcile the same charts from an orchestration cluster running ArgoCD.

The repo intentionally does not carry ArgoCD Application or ApplicationSet manifests. If you add them later, pin a branch, tag, or commit instead of tracking a moving revision.

Minimal shape

source:
  repoURL: https://github.com/wagov-dtt/tutorials-and-workshops
  targetRevision: <tag-or-commit>
  path: charts/databases

References