Files
homelab-v/apps/test/project.yaml
T

22 lines
438 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: test
namespace: argocd
spec:
sourceNamespaces:
- '*'
sourceRepos:
- 'https://github.com/vehagn/*'
destinations:
- namespace: 'argocd'
server: '*'
- namespace: 'cuda-test'
server: '*'
- namespace: 'whoami'
server: '*'
- namespace: 'test-apps'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'