-
Notifications
You must be signed in to change notification settings - Fork 54
/
project-workloads.yaml
71 lines (70 loc) · 2.1 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
68
69
70
71
---
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://96CAA995B29E9402BA9702AE0921C791.gr7.us-west-2.eks.amazonaws.com
# - namespace: monitoring
# server: https://96CAA995B29E9402BA9702AE0921C791.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: 'pkg.crossplane.io'
kind: ControllerConfig
- group: 'aws.crossplane.io'
kind: ProviderConfig
- group: 'kubernetes.crossplane.io'
kind: ProviderConfig
- group: 'eks.aws.crossplane.io'
kind: NodeGroup
- group: 'eks.aws.crossplane.io'
kind: Cluster
- group: 'eks.sarathy.io'
kind: EKSCluster
#
# Allow all namespace-scoped resources to be created, except for ResourceQuota, LimitRange, NetworkPolicy
#
namespaceResourceBlacklist:
- group: ''
kind: ResourceQuota
- group: ''
kind: LimitRange
- group: ''
kind: NetworkPolicy