mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
changed namespaces
This commit is contained in:
parent
3ad085bc18
commit
b926ee638e
@ -2,12 +2,12 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: development
|
name: development
|
||||||
namespace: comissions-dev
|
namespace: argo-cd
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
namespace: comissions-dev
|
namespace: argo-cd
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: comissions.app
|
project: comissions.app
|
||||||
source:
|
source:
|
||||||
|
@ -2,7 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: ApplicationSet
|
kind: ApplicationSet
|
||||||
metadata:
|
metadata:
|
||||||
name: core-api
|
name: core-api
|
||||||
namespace: comissions-dev
|
namespace: argo-cd
|
||||||
spec:
|
spec:
|
||||||
goTemplate: true
|
goTemplate: true
|
||||||
goTemplateOptions: ["missingkey=error"]
|
goTemplateOptions: ["missingkey=error"]
|
||||||
@ -58,7 +58,7 @@ spec:
|
|||||||
- 'core-api.comissions.dev'
|
- 'core-api.comissions.dev'
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: 'comissions-dev'
|
namespace: 'argo-cd'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user