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 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: all-dev-apps name: development
namespace: comissions-dev namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec: spec:
destination: destination:
namespace: comissions-dev namespace: argocd
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: comissions.app project: comissions.app
source: source:
path: "dev/apps/" path: dev/apps
repoURL: https://github.com/comissions-app/argocd.git repoURL: https://github.com/foxutech/kubernetes.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ApplyOutOfSyncOnly=true
- CreateNamespace=true

View File

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