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
|
||||
kind: Application
|
||||
metadata:
|
||||
name: rollout-namespaces
|
||||
name: rollout clusterspecifics
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
project: infrastructure
|
||||
source:
|
||||
path: namespaces
|
||||
path: clusterspecifics
|
||||
repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-argocd
|
||||
targetRevision: main
|
||||
|
||||
Loading…
Reference in New Issue