fix: restore accidentally deleted app-ai-agents.yaml
This commit is contained in:
parent
2a8dee835a
commit
e79dd2f777
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ai-agents
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: agentic-os
|
||||
source:
|
||||
repoURL: http://192.168.8.248:3000/deepkoluguri/agentic-os.git
|
||||
targetRevision: main
|
||||
path: ai-agents
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ai-agents
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Loading…
Reference in New Issue