blumeops/argocd/apps/apps.yaml
Erich Blume bfc862a9ba Change apps to manual sync policy
Auto-sync was causing issues with testing feature branches -
manual changes to targetRevision were being reverted.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 11:02:35 -08:00

21 lines
590 B
YAML

# App-of-apps root Application
# Watches argocd/apps/ and creates/manages all Application resources
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
namespace: argocd
spec:
project: default
source:
repoURL: ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git
targetRevision: main
path: argocd/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
syncOptions:
- CreateNamespace=true
# Manual sync only - no automated sync on git push
# To pick up new apps: argocd app sync apps