5e03215f4d
Reviewed-on: #115
24 lines
590 B
YAML
24 lines
590 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: observability
|
|
namespace: argocd
|
|
spec:
|
|
description: Observability stack (metrics, monitoring)
|
|
sourceRepos:
|
|
- https://git.unkin.net/unkin/argocd-apps
|
|
destinations:
|
|
- namespace: 'observability'
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: ''
|
|
kind: Namespace
|
|
- group: 'rbac.authorization.k8s.io'
|
|
kind: ClusterRole
|
|
- group: 'rbac.authorization.k8s.io'
|
|
kind: ClusterRoleBinding
|
|
namespaceResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|