George Farcas

Results 3 comments of George Farcas

Sure! Here they are: ```yaml #first profile apiVersion: kubeflow.org/v1 kind: Profile metadata: name: bi-ds spec: owner: kind: User name: [email protected] resourceQuotaSpec: hard: cpu: '32' memory: 256Gi #second profile apiVersion: kubeflow.org/v1...

The issue seems to be in the central dashboard, not in the profile: https://github.com/kubeflow/kubeflow/blob/167e162ef7dffc033ddc82e55b0a108db27fc340/components/centraldashboard/public/components/manage-users-view.js#L56-L72 ```javascript nsBreakdown(ns) { const {ownedNamespace, namespaces} = this; if (!ownedNamespace || !namespaces) return; const arr =...