fix namespaces

This commit is contained in:
Damien Ostler 2024-02-08 23:55:14 -05:00
parent 38468b91d9
commit 487e85983b
2 changed files with 9 additions and 14 deletions

View File

@ -1,21 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: all-dev-apps
namespace: comissions-dev
name: development
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: comissions-dev
namespace: argocd
server: https://kubernetes.default.svc
project: comissions.app
source:
path: "dev/apps/"
repoURL: https://github.com/comissions-app/argocd.git
targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ApplyOutOfSyncOnly=true
- CreateNamespace=true
path: dev/apps
repoURL: https://github.com/foxutech/kubernetes.git
targetRevision: HEAD

View File

@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: core-api
namespace: comissions-dev
namespace: argocd
spec:
goTemplate: true
goTemplateOptions: ["missingkey=error"]