forked from aws-samples/eks-gitops-crossplane-argocd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject-workloads.yaml
67 lines (66 loc) · 1.94 KB
/
project-workloads.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: workloads-project
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
description: Project for deploying Crossplane with ArgoCD
sourceRepos:
- [email protected]:aws-samples/eks-gitops-crossplane-argocd.git
#
# List of namespaces/clusters to which Applications in this project can be deployed into
#
destinations:
- namespace: crossplane-system
server: https://kubernetes.default.svc
- namespace: kube-system
server: https://kubernetes.default.svc
- namespace: sealed-secrets
server: https://kubernetes.default.svc
- namespace: eks
server: https://kubernetes.default.svc
- namespace: nodejs
server: https://02CC04B7C7EB7AC1003799.gr7.us-west-2.eks.amazonaws.com
- namespace: monitoring
server: https://02CC04B7C7EB7AC1003799.gr7.us-west-2.eks.amazonaws.com
#
# Deny all cluster-scoped resources from being created, except for the ones listed
#
clusterResourceWhitelist:
- group: ''
kind: Namespace
- group: 'rbac.authorization.k8s.io'
kind: ClusterRole
- group: 'rbac.authorization.k8s.io'
kind: ClusterRoleBinding
- group: 'policy'
kind: PodSecurityPolicy
- group: 'apiextensions.k8s.io'
kind: CustomResourceDefinition
- group: 'pkg.crossplane.io'
kind: Configuration
- group: 'pkg.crossplane.io'
kind: Lock
- group: 'pkg.crossplane.io'
kind: Provider
- group: 'aws.crossplane.io'
kind: ProviderConfig
- group: 'eks.sarathy.io'
kind: EKSCluster
- group: 'eks.aws.crossplane.io'
kind: NodeGroup
- group: 'eks.aws.crossplane.io'
kind: Cluster
#
# Allow all namespace-scoped resources to be created, except for ResourceQuota, LimitRange, NetworkPolicy
#
namespaceResourceBlacklist:
- group: ''
kind: ResourceQuota
- group: ''
kind: LimitRange
- group: ''
kind: NetworkPolicy