less restrictive projects
This commit is contained in:
		| @@ -16,6 +16,15 @@ spec: | |||||||
|   destinations: # allow all namespaces |   destinations: # allow all namespaces | ||||||
|     - namespace: '*' |     - namespace: '*' | ||||||
|       server: https://kubernetes.default.svc |       server: https://kubernetes.default.svc | ||||||
|  |    | ||||||
|  |   clusterResourceWhitelist: | ||||||
|  |   - group: '*' | ||||||
|  |     kind: '*' | ||||||
|  |  | ||||||
|  |   namespaceResourceWhitelist: | ||||||
|  |   - group: '*' | ||||||
|  |     kind: '*' | ||||||
|  |  | ||||||
| --- | --- | ||||||
| apiVersion: argoproj.io/v1alpha1 | apiVersion: argoproj.io/v1alpha1 | ||||||
| kind: AppProject | kind: AppProject | ||||||
| @@ -35,3 +44,11 @@ spec: | |||||||
|   destinations: |   destinations: | ||||||
|     - namespace: '*' |     - namespace: '*' | ||||||
|       server: https://kubernetes.default.svc |       server: https://kubernetes.default.svc | ||||||
|  |    | ||||||
|  |   clusterResourceWhitelist: | ||||||
|  |   - group: '*' | ||||||
|  |     kind: '*' | ||||||
|  |  | ||||||
|  |   namespaceResourceWhitelist: | ||||||
|  |   - group: '*' | ||||||
|  |     kind: '*' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user