Files
k8s/bootstrap/argocd/project.yaml

23 lines
411 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: homelab
namespace: argocd
spec:
description: Homelab Kubernetes GitOps
sourceRepos:
- 'gitea@172.16.2.52:baptiste/k8s.git'
destinations:
- namespace: '*'
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: '*'
kind: '*'
namespaceResourceWhitelist:
- group: '*'
kind: '*'