Files
kubernetes/.templates/app-project.yaml
2025-10-23 14:01:32 +02:00

18 lines
317 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: ${APPLICATION_NAME}
spec:
description: ${DESCRIPTION}
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: '${APPLICATION_NAME}'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'