DEV-633: moving some stuff
parent
03404de5da
commit
ff0ad30fca
@ -0,0 +1,2 @@
|
|||||||
|
resources:
|
||||||
|
- mobene.yaml
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: AppProject
|
||||||
|
metadata:
|
||||||
|
name: mobene
|
||||||
|
namespace: argo-cd
|
||||||
|
spec:
|
||||||
|
description: clusterring argo apps for mobene
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
bases:
|
||||||
|
- namespaces
|
||||||
|
- appprojects
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: mobene-keycloak
|
||||||
|
spec:
|
||||||
|
finalizers:
|
||||||
|
- kubernetes
|
||||||
@ -1,14 +1,14 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: rollout-namespaces
|
name: rollout clusterspecifics
|
||||||
namespace: argo-cd
|
namespace: argo-cd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: infrastructure
|
project: infrastructure
|
||||||
source:
|
source:
|
||||||
path: namespaces
|
path: clusterspecifics
|
||||||
repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-argocd
|
repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-argocd
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
|
|
||||||
Loading…
Reference in New Issue