namespace fix
This commit is contained in:
@@ -2,7 +2,12 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata: { name: ai-stack, namespace: argocd }
|
||||
spec:
|
||||
destinations: [{ namespace: ai, server: https://kubernetes.default.svc }]
|
||||
destinations:
|
||||
- server: https://kubernetes.default.svc
|
||||
namespace: ai
|
||||
# # only add if need to deploy into argocd (ehhhhh)
|
||||
# - server: https://kubernetes.default.svc
|
||||
# namespace: argocd
|
||||
sourceRepos: ["*"]
|
||||
|
||||
---
|
||||
@@ -14,7 +19,7 @@ spec:
|
||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||
source:
|
||||
repoURL: https://git.ion606.com/ion606/ollama-plus
|
||||
targetRevision: main
|
||||
targetRevision: argo
|
||||
path: apps/children
|
||||
directory: { recurse: true }
|
||||
syncPolicy:
|
||||
|
||||
Reference in New Issue
Block a user