apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: badhouseplants
namespace: platform
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
description: BadHouseplants Blog
sourceRepos:
- '*'
destinations:
- namespace: development
server: https://kubernetes.default.svc
name: in-cluster
- namespace: production
# Allow all namespaced-scoped resources to be created, except for ResourceQuota, LimitRange, NetworkPolicy
namespaceResourceBlacklist:
- group: ''
kind: ResourceQuota
kind: LimitRange
kind: NetworkPolicy
# Enables namespace orphaned resource monitoring.
orphanedResources:
warn: false