BeeCommerce GitOps Workflow
by gacabartosz
GitOps Project Management Platform for BeeCommerce. Covers the full workflow: GitHub → Jenkins CI → Harbor Registry → ArgoCD → Kubernetes. Includes project creation, deployments, secrets management, and debugging. Key principles: - Git is the single source of truth - No manual changes on the cluster (ArgoCD enforces this) - Every change via Pull Request - Immutable deploys with commit SHA tags Covers: new-project, deploy, add-secret, debug-deploy, scale operations.