18 lines
443 B
YAML
18 lines
443 B
YAML
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: "*"
|