Files
poimen/k8s/argocd/root.yaml
T

18 lines
555 B
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: poimen
namespace: argocd
spec:
# Explicit allowlist, not the 'rock/*' wildcard -- only repos with an actual
# Application under this project belong here. Add a line here when (and only
# when) a new Application is registered.
sourceRepos:
- 'https://forgejo.riotpiao.com/rock/poimen-workflows.git'
destinations:
- namespace: 'poimen'
server: https://kubernetes.default.svc
- namespace: 'default'
server: https://kubernetes.default.svc
clusterResources: false