0a49537251
<picard face palm gif> - purelb requires annotations not labels Reviewed-on: #36
31 lines
793 B
YAML
31 lines
793 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: storage
|
|
namespace: argocd
|
|
spec:
|
|
description: Storage infrastructure and CSI drivers
|
|
sourceRepos:
|
|
- https://git.unkin.net/unkin/argocd-apps
|
|
- https://ceph.github.io/csi-charts
|
|
destinations:
|
|
- namespace: 'csi-*'
|
|
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
|
|
- group: 'storage.k8s.io'
|
|
kind: StorageClass
|
|
- group: 'storage.k8s.io'
|
|
kind: CSIDriver
|
|
namespaceResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|