create argocd apps declaratively
This commit is contained in:
17
argocd/apps/project.yaml
Normal file
17
argocd/apps/project.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: k3s-cluster
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1"
|
||||
spec:
|
||||
description: Applications for the rogi.casa K3s cluster (managed in Git)
|
||||
sourceRepos:
|
||||
- https://git.rogi.casa/roger/k3s-cluster.git
|
||||
destinations:
|
||||
- server: https://kubernetes.default.svc
|
||||
namespace: "*"
|
||||
clusterResourceWhitelist:
|
||||
- group: "*"
|
||||
kind: "*"
|
||||
Reference in New Issue
Block a user