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
|
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
|
|
@ -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"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user