Files
argo-temp/environments/dev/app-root.yaml
T

18 lines
461 B
YAML
Raw Normal View History

2025-08-27 19:32:09 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: blahaj-root
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/ION606/argo-temp.git
targetRevision: blahaj-app
path: environments/dev
directory: { recurse: true }
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated: { prune: true, selfHeal: true }