DEv-669: debugging argocd restriction stuff

main_dev1029_pgbkp_s3apierror_alert
friedrich goerz 3 years ago
parent e9e62e54b3
commit ac183ffacd

@ -15,7 +15,13 @@ spec:
# Deny all cluster-scoped resources from being created # Deny all cluster-scoped resources from being created
clusterResourceWhitelist: clusterResourceWhitelist:
- group: '' - group: ''
kind: '' kind: 'namespace'
namespaceResourceWhitelist:
- group: 'apps'
kind: Deployment
- group: 'apps'
kind: StatefulSet
# allowed destinations for deployments: # allowed destinations for deployments:
destinations: destinations:

Loading…
Cancel
Save