2026-08-21 21:23:56 -07:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: AppProject
|
|
|
|
|
metadata:
|
|
|
|
|
name: poimen
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
2026-08-21 21:57:23 -07:00
|
|
|
# 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.
|
2026-08-21 21:23:56 -07:00
|
|
|
sourceRepos:
|
2026-08-21 21:57:23 -07:00
|
|
|
- 'https://forgejo.riotpiao.com/rock/poimen-workflows.git'
|
2026-08-21 21:23:56 -07:00
|
|
|
destinations:
|
|
|
|
|
- namespace: 'poimen'
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
- namespace: 'default'
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
clusterResources: false
|