Init config

This commit is contained in:
Nikolai Rodionov 2023-02-13 20:54:50 +01:00
parent f330224c07
commit a684758965
6 changed files with 39 additions and 3 deletions

View File

@ -1,3 +1,4 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
@ -7,9 +8,9 @@ spec:
destination:
namespace: argo-system
server: https://kubernetes.default.svc
project: system
project: default
source:
path: ./manifests
repoURL: git@git.badhouseplants.net:allanger/helmfile-vs-argo.git
path: ./manifests/cluster1/
repoURL: ssh://git@git.badhouseplants.net/allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

16
cluster-2.yaml Normal file
View File

@ -0,0 +1,16 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps
namespace: argo-system
spec:
destination:
namespace: argo-system
server: https://kubernetes.default.svc
project: default
source:
path: ./manifests/cluster2/
repoURL: ssh://git@git.badhouseplants.net/allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

16
cluster-test.yaml Normal file
View File

@ -0,0 +1,16 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps
namespace: argo-system
spec:
destination:
namespace: argo-system
server: https://kubernetes.default.svc
project: default
source:
path: ./manifests/cluster_test/
repoURL: ssh://git@git.badhouseplants.net/allanger/helmfile-vs-argo.git
targetRevision: argo-apps-main

View File

@ -0,0 +1 @@
applications in the cluster-1

View File

@ -0,0 +1 @@
applications in the cluster-2

View File

@ -0,0 +1 @@
applications in the cluster-test