mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
fix namespaces
This commit is contained in:
parent
38468b91d9
commit
487e85983b
@ -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
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user