|
|
|
|
@ -10,6 +10,7 @@ spec:
|
|
|
|
|
|
|
|
|
|
# Allow manifests to deploy from any Git repos
|
|
|
|
|
sourceRepos:
|
|
|
|
|
- 'oci://prodnso-harbor-01.smardigo.digital/infrastructure'
|
|
|
|
|
- 'https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-mobene-deployment'
|
|
|
|
|
|
|
|
|
|
# Deny all cluster-scoped resources from being created
|
|
|
|
|
@ -17,11 +18,12 @@ spec:
|
|
|
|
|
- group: ''
|
|
|
|
|
kind: 'namespace'
|
|
|
|
|
|
|
|
|
|
namespaceResourceWhitelist:
|
|
|
|
|
- group: 'apps'
|
|
|
|
|
kind: Deployment
|
|
|
|
|
- group: 'apps'
|
|
|
|
|
kind: StatefulSet
|
|
|
|
|
# Allow all namespaced-scoped resources to be created, except for ResourceQuota, LimitRange, NetworkPolicy
|
|
|
|
|
namespaceResourceBlacklist:
|
|
|
|
|
- group: ''
|
|
|
|
|
kind: ResourceQuota
|
|
|
|
|
- group: ''
|
|
|
|
|
kind: LimitRange
|
|
|
|
|
|
|
|
|
|
# allowed destinations for deployments:
|
|
|
|
|
destinations:
|
|
|
|
|
|