ctie-exercice/gitops/tenants-project.yaml
Adrien Bouvais d204047979 Add gitops
2026-08-14 16:01:42 +02:00

16 lines
399 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: tenants
namespace: argocd
spec:
sourceRepos:
- https://git.bouvais.lu/adrien/ctie-exercice
destinations:
- server: https://kubernetes.default.svc
namespace: 'tenant-*'
clusterResourceWhitelist: [] # tenants can't touch cluster-scoped resources
namespaceResourceWhitelist:
- group: '*'
kind: '*'