less restrictive projects

This commit is contained in:
Remy Moll 2023-11-28 12:44:43 +01:00
parent bac3a947e2
commit 22a2f1c231

View File

@ -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
@ -34,4 +43,12 @@ spec:
- '*' - '*'
destinations: destinations:
- namespace: '*' - namespace: '*'
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
clusterResourceWhitelist:
- group: '*'
kind: '*'
namespaceResourceWhitelist:
- group: '*'
kind: '*'