2026-08-15 11:50:51 +02:00

20 lines
387 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:
- group: ''
kind: Namespace
namespaceResourceWhitelist:
- group: '*'
kind: '*'