argocd-apps/argocd/projects/platform.yaml
Ben Vincent bb32e803a2
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
feat: testing jfrog-container-registry
- trialing jfrog container registry
2026-03-02 22:53:45 +11:00

29 lines
766 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: platform
namespace: argocd
spec:
description: Platform infrastructure and core services
sourceRepos:
- https://git.unkin.net/unkin/argocd-apps
- oci://ghcr.io/emberstack/helm-charts
destinations:
- namespace: '*-system'
server: https://kubernetes.default.svc
- namespace: 'jfrog'
server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: ''
kind: Namespace
- group: 'rbac.authorization.k8s.io'
kind: ClusterRole
- group: 'rbac.authorization.k8s.io'
kind: ClusterRoleBinding
- group: 'apiextensions.k8s.io'
kind: CustomResourceDefinition
namespaceResourceWhitelist:
- group: '*'
kind: '*'