17 lines
340 B
YAML
17 lines
340 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: homelab
|
|
namespace: argocd
|
|
spec:
|
|
description: Hexor Home Lab
|
|
sourceRepos:
|
|
- ssh://git@gt.hexor.cy:30022/ab/homelab.git
|
|
destinations:
|
|
- namespace: '*'
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|
|
|